edgurgel / poxa

Pusher server implementation compatible with Pusher client libraries.
https://poxa.onrender.com/
MIT License
1.05k stars 96 forks source link

Connection issue #172

Closed egorbedunkevich closed 4 years ago

egorbedunkevich commented 4 years ago

The client automatically gets disconnected after a certain amount of time. When running on iOS, there seems to be an issue there too. It's unable to automatically reconnect when the connection is lost. The client also gets disconnected when using the Poxa console. Events can still be intercepted by the server when reconnecting.

egorbedunkevich commented 4 years ago

Issue similar to https://github.com/edgurgel/poxa/issues/156

I'm running on iOS instead.

@edgurgel

egorbedunkevich commented 4 years ago

Setting the ACTIVITY_TIMEOUT worked.