socketIO-client icon indicating copy to clipboard operation
socketIO-client copied to clipboard

stuck in continuous loop if connection url is invalid

Open wasif-digitalnet opened this issue 6 years ago • 1 comments

I'm using socketio-client in my Odoo app,

Expected Behavior:

If url given to SocketIO(URL) is invalid or not connected, it should stop.

Actual Behavior:

If url given to SocketIO(URL) is invalid or not connected, it stuck into a continuous loop and stops the complete application.

Question:

Is there any way to stop SocketIO() from going into the continuous loop and stop after 2 or 3 attempts?

wasif-digitalnet avatar Dec 26 '18 09:12 wasif-digitalnet

+1

rake1191 avatar Aug 28 '20 04:08 rake1191