You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jmthomas
changed the title
StreamingAPI only support Packets or Items on a single subscription
StreamingAPI only supports Packets or Items on a single subscription
Oct 1, 2024
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.
The text was updated successfully, but these errors were encountered: