OpenC3/cosmos

StreamingAPI only supports Packets or Items on a single subscription

jmthomas opened this issue · 0 comments

When the streaming API gets a subscription add with packets it starts streaming as usual. Then if you do a subscription add with items it effectively cancels the packet stream and only streams the items.

Work around is to only do packets or items in a single API request. Work around in Data Viewer is to only do packets or items in a single browser tab (every Data Viewer tab is only packets or only items). Different browser tabs can be EITHER packets or items.