@@ -51,6 +51,9 @@ async def connection(ws, path):
except asyncio.TimeoutError:
# Disconnect
break
except websockets.exceptions.ConnectionClosed:
# Connection closed
else:
# Message received
try:
The note is not visible to the blocked user.