A single active subscription, returned by Subscriptions.subscribe().
Subscriptions.subscribe()
Each instance owns its own Pusher channel and tracks its own event time, so it can be torn down and rolled back independently of every other subscription.
The subscribed model (drives the typed payload)
Whether this is a bulk subscription
Stop this subscription and release its channel.
A single active subscription, returned by
Subscriptions.subscribe().Each instance owns its own Pusher channel and tracks its own event time, so it can be torn down and rolled back independently of every other subscription.