[Modify] Polish it

master
sta 5 years ago
parent 96d7e62d6b
commit e348cfcf52

@ -508,7 +508,7 @@ namespace WebSocketSharp.Net
try { try {
_stream.BeginRead (_buffer, 0, _bufferLength, onRead, this); _stream.BeginRead (_buffer, 0, _bufferLength, onRead, this);
} }
catch { catch (Exception) {
// TODO: Logging. // TODO: Logging.
close (); close ();

Loading…
Cancel
Save