[Modify] Polish it
This commit is contained in:
parent
e2e1eba187
commit
d3e5d4f542
@ -222,7 +222,9 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
private void writeWithoutThrowingException (byte[] buffer, int offset, int count)
|
||||
private void writeWithoutThrowingException (
|
||||
byte[] buffer, int offset, int count
|
||||
)
|
||||
{
|
||||
try {
|
||||
_stream.Write (buffer, offset, count);
|
||||
|
Loading…
Reference in New Issue
Block a user