ryo-ma / deno-websocket

🦕 A simple WebSocket library like ws of node.js library for deno
https://deno.land/x/websocket
MIT License
152 stars 18 forks source link

Unhandled Exception #28

Closed UserJHansen closed 3 years ago

UserJHansen commented 3 years ago

When the server tries to send a message to a client that disconnected without a close frame it should simply remove that client from the client list, instead it throws an unhandled Deno.errors.ConnectionReset Error.

UserJHansen commented 3 years ago

Fixed with #29