If a client connects with websockets, I receive the following:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/gevent/greenlet.py", line 536, in run
result = self._run(_self.args, *_self.kwargs)
File "/usr/lib/python2.7/site-packages/gevent_socketio/socketio/transports.py", line 251, in send_into_ws
websocket.send(message)
File "/usr/lib/python2.7/site-packages/geventwebsocket/websocket.py", line 347, in send
raise WebSocketError(MSG_SOCKET_DEAD)
WebSocketError: Socket is dead
<Greenlet at 0x7fd06c288d70 : send_into_ws> failed with WebSocketError
Thanks much.
If a client connects with websockets, I receive the following:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/gevent/greenlet.py", line 536, in run
result = self._run(_self.args, *_self.kwargs)
File "/usr/lib/python2.7/site-packages/gevent_socketio/socketio/transports.py", line 251, in send_into_ws
websocket.send(message)
File "/usr/lib/python2.7/site-packages/geventwebsocket/websocket.py", line 347, in send
raise WebSocketError(MSG_SOCKET_DEAD)
WebSocketError: Socket is dead
<Greenlet at 0x7fd06c288d70 : send_into_ws> failed with WebSocketError
Thanks much.