I have a problem with my react app. I use pusher and I recently faced with a problem, that Pusher auto disconnects after a couple hours of inactivity:
Laptop was closed for a couple hours, then I opened it again (token was still valid) and saw:
Any further operations with pusher did not work. Can anyone give me a hint what is going on with it? I have already tried the next properties:
pongTimeout: milliseconds,
activityTimeout: milliseconds,
pong_timeout: milliseconds,
expirationTime: milliseconds,
expiryDuration: milliseconds,
expiration: milliseconds,
expire: milliseconds,
activity_timeout: milliseconds,