y-crdt / ypy-websocket

WebSocket Connector for Ypy
https://davidbrochart.github.io/ypy-websocket
MIT License
42 stars 21 forks source link

Ignore clients disconnected from WebsocketServer #26

Closed davidbrochart closed 2 years ago

davidbrochart commented 2 years ago

@hbcarlos saw an error in the back-end showing a traceback pointing to this line. We should continue forwarding messages to other clients when one of them disconnects.

hbcarlos commented 2 years ago

Thanks David!!