ryo-ma/deno-websocket

Unhandled Exception

UserJHansen opened this issue · 1 comments

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.

Fixed with #29