abourget / gevent-socketio

Official repository for gevent-socketio
http://readthedocs.org/docs/gevent-socketio/en/latest/
BSD 3-Clause "New" or "Revised" License
1.21k stars 331 forks source link

DOMError from socket.io client #137

Open vivekhub opened 11 years ago

vivekhub commented 11 years ago

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

sontek commented 11 years ago

I haven't ever seen seen this. What versions of the .js lib are you using?