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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: