Reputation: 4268
In Sandbox configuration, 20 connections means that only 20 users connected to a channel will recieve pusher notifications? If yes, what happens when more clients tries to connect? If user opens multiple tabs (same IP), it will sums to connections number?
source: https://addons.heroku.com/pusher
Thanks
Upvotes: 3
Views: 1205
Reputation: 15467
Here's the FAQ on how connections are counted: https://support.pusher.com/hc/en-us/articles/202092346-How-are-connections-counted-
And for messages: https://support.pusher.com/hc/en-us/articles/200842913-How-is-my-message-count-calculated-
Upvotes: 4