Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamingAPI only supports Packets or Items on a single subscription #1598

Open
jmthomas opened this issue Oct 1, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jmthomas
Copy link
Member

jmthomas commented 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.

@jmthomas jmthomas added the bug Something isn't working label Oct 1, 2024
@jmthomas 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
@jmthomas jmthomas assigned ryanmelt and unassigned ryanmelt Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants