@@ -96,8 +96,8 @@ async def websocket_endpoint(ws: WebSocket):
await ws.send_json({"type": "pong"})
except WebSocketDisconnect:
pass
except Exception as e:
logger.error("WS error: %s", e)
except Exception:
finally:
ws_manager.disconnect(cid)
The note is not visible to the blocked user.