gevent-socketio
gevent-socketio copied to clipboard
DOMError from socket.io client
I am seeing the following error on my app after it has been running for some time.
Uncaught Error: InvalidStateError: DOM Exception 11 socket.io.min.js:2
Any idea what could be the problem? seems to occur randomly with no warning. I am sending regular messages to the client using the RoomMixin extensively.
Here is the stack trace from chrome
c.send socket.io.min.js:2 c.packet socket.io.min.js:2 d.packet socket.io.min.js:2 c.packet socket.io.min.js:2 e socket.io.min.js:2 f socket.io.min.js:2
I haven't ever seen seen this. What versions of the .js lib are you using?