Skip to content

WebSocketError: Received "Socket is dead". #249

@saurabhmahajan-tudip

Description

@saurabhmahajan-tudip

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions