[Modify] Polish it

This commit is contained in:
sta 2021-03-23 19:41:51 +09:00
parent 84a41f2519
commit 511927c194

View File

@ -122,9 +122,6 @@ namespace WebSocketSharp.Net
return;
}
ares.Offset = 0;
ares.Count = _bufferLength;
base.BeginRead (ares.Buffer, ares.Offset, ares.Count, onRead, rstate);
}
catch (Exception ex) {