gevent-socketio
gevent-socketio copied to clipboard
Error when connecting using Internet Explorer
Traceback (most recent call last):
File "/root/smzwo/testenv/lib/python2.6/site-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/root/smzwo/testenv/lib/python2.6/site-packages/socketio/virtsocket.py", line 397, in _receiver_loop
self.kill() # ?? what,s the best clean-up when its not a
File "/root/smzwo/testenv/lib/python2.6/site-packages/socketio/virtsocket.py", line 233, in kill
raise Exception('Not connected')
Exception: Not connected
<Greenlet at 0x4311230: <bound method Socket._receiver_loop of <socketio.virtsocket.Socket object at 0x4310f90>>> failed with Exception
I don't seem to be having this issue on all my virtual machines. Anyone know what this might be?
@mbarkhau This should be working in master now, can you test and let me know?
@mbarkhau Any update on if this is working? I want to make sure its working before our next release.
Hmm this has been a while. The error is still in my logs but I can't reproduce it in my dev environment. Do you know how to trigger it?