[Modify] Polish it
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user