Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in the software server #1

Open
mateusandrade98 opened this issue Aug 1, 2020 · 0 comments
Open

bug in the software server #1

mateusandrade98 opened this issue Aug 1, 2020 · 0 comments

Comments

@mateusandrade98
Copy link

hello, I'm having difficulties with the software ... there is a problem when a client disconnects, displays a standard connection break message ... so far so good, but no one else was able to receive messages or send ...

Error in connection handler
Traceback (most recent call last):
  File "/home/joandeson/.local/lib/python3.6/site-packages/websockets/server.py", line 169, in handler
    yield from self.ws_handler(self, path)
  File "/home/joandeson/websocket-chat/server/server.py", line 23, in client_handler
    message = await websocket.recv()
  File "/home/joandeson/.local/lib/python3.6/site-packages/websockets/protocol.py", line 434, in recv
    yield from self.ensure_open()
  File "/home/joandeson/.local/lib/python3.6/site-packages/websockets/protocol.py", line 658, in ensure_open
    ) from self.transfer_data_exc
websockets.exceptions.ConnectionClosed: WebSocket connection is closed: code = 1001 (going away), no reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant