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

No. of simultaneous connections #299

Open
AchuthanR opened this issue Sep 23, 2022 · 0 comments
Open

No. of simultaneous connections #299

AchuthanR opened this issue Sep 23, 2022 · 0 comments

Comments

@AchuthanR
Copy link

When I create listeners on multiple paths, each listener is considered as one connection unlike the SDK. While using the official SDKs, each device is considered as one connection even if it has multiple listeners. The limit for the Blaze plan is only 200000 simultaneous connections. This might quickly exhaust the available count.

I know one workaround is to use database sharding and split the paths to be listened upon.

But I'd like to know if there is any other solution.

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

1 participant