Continuous connect, disconnect, packet queue is empty

Viewed 24

I have a node.js socket.io 4 server running that works great with a node.js client. I'm trying to use the python-socketio client though (latest 5.7.x), and seem to get errors and disconnects continuously (see below). I'm using compression server side, that's the only non-standard thing I can think of. What do these messages mean ? I'm not using the async options, just the "standard" client example posted in the docs.

packet queue is empty, aborting disconnected from server connection established packet queue is empty, aborting disconnected from server connection established packet queue is empty, aborting disconnected from server connection established packet queue is empty, aborting disconnected from server connection established packet queue is empty, aborting disconnected from server connection established packet queue is empty, aborting disconnected from server

0 Answers
Related