socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

Socket stopped listening event after 30 to 40 mins

Open Kaleem-b-bigstep opened this issue 7 months ago • 0 comments

I have started the sockets and it worked well. Everything was working but after sometime socket stop listening events.

return SocketManager( socketURL: url, config: [ .log(true), .forceWebsockets(true), .reconnects(true), .reconnectWait(1) ] )

This is the configuration

Kaleem-b-bigstep avatar Jul 11 '24 08:07 Kaleem-b-bigstep