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
Expose an 'active' property for disabling Pusher entirely.
Instead of only exposing imperative functions for controlling the state
of the socket, let's expose a property to make binding to it easier.
Also when the socket switches to inactive, we should explicitly stop the
timers to avoid wasting cycles and potentially waking up the app.
Bump to version 1.0.1.
This release is to fix the broken 1.0.0 package that contained the wrong
version number in qpm.json. It was modified locally when I published,
but not committed.