How Are Concurrent Connections Counted?
Last updated
Last updated
The connection count on pricing plans indicates the number of concurrent connections allowed. For an explanation of concurrent connections see ?
A connection is counted as a WebSocket connection to Pusher. When using the Pusher JavaScript library a new WebSocket connection is created when you create a new Pusher
instance.
Channel subscriptions are created over the existing WebSocket connection (known as multiplexing), and do not count towards your connection quota (there is no limit on the number allowed per connection).
If you want to know common reasons why connections are higher than expected, please refer