fix(backend_server.py): do not disconnect a client if Exception raised on msg handling
This commit is contained in:
@@ -290,7 +290,6 @@ class BackendServer:
|
||||
self.logger.error(
|
||||
f"Failed to parse message from {client}: {e}"
|
||||
)
|
||||
self._disconnect(client)
|
||||
return
|
||||
|
||||
if mask & selectors.EVENT_WRITE and client.outbound:
|
||||
|
||||
Reference in New Issue
Block a user