socketio / socket.io-client-swift

Other
5.21k stars 839 forks source link

Socket stopped listening event after 30 to 40 mins #1497

Open Kaleem-b-bigstep opened 1 month ago

Kaleem-b-bigstep commented 1 month ago

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