Unhandled Exception
UserJHansen opened this issue · 1 comments
UserJHansen commented
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
Fixed with #29