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
After being disconnected from Pusher for longer than two hours (so the authToken expires), when Pusher tries to reconnect, it uses the expired authToken to attempt to authenticate, and then fails. So after network reconnect, pusher remains disconnected.
Solution
Add code to the pusher lib to handle the reconnection scenario so it can properly get a new authToken
The text was updated successfully, but these errors were encountered:
Problem
After being disconnected from Pusher for longer than two hours (so the authToken expires), when Pusher tries to reconnect, it uses the expired authToken to attempt to authenticate, and then fails. So after network reconnect, pusher remains disconnected.
Solution
Add code to the pusher lib to handle the reconnection scenario so it can properly get a new authToken
The text was updated successfully, but these errors were encountered: