[Modify] Replace it

This commit is contained in:
sta 2021-05-20 19:43:44 +09:00
parent e61d5bc67f
commit 1bcfe395e4

View File

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