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

Subscribing to more than 100 streams silently fails #175

Open
hg-jarlinghaus opened this issue Jul 15, 2021 · 1 comment
Open

Subscribing to more than 100 streams silently fails #175

hg-jarlinghaus opened this issue Jul 15, 2021 · 1 comment

Comments

@hg-jarlinghaus
Copy link

After calling subscribeToStream 100 times any new calls to subscribeToStream will no longer receive any data, and will not issue any error. Weirdly enough this persists even across multiple connections, so creating two connections to the database and having the first connection subscribe 50 times to a stream and the second connection subscribe 51 times, the 101st subscription created across the whole process will not receive any data. This does not appear to be a server limit however, because running two processes that call subscribeToStream 90 times each will all receive data just fine.

@hayley-jean
Copy link
Member

Hi @hg-jarlinghaus, thanks for reporting this!
Do you see any errors on the server when you create the final subscription?

What is your use-case for running so many subscriptions from the same process?
And would you mind sharing it in Discuss so that our dev advocacy team can better understand your use, and offer guidance if needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants