[Modify] Polish it
This commit is contained in:
parent
9b7af82d88
commit
d316d4fe0f
@ -299,6 +299,7 @@ namespace WebSocketSharp
|
||||
private static byte[] createMaskingKey ()
|
||||
{
|
||||
var key = new byte[4];
|
||||
|
||||
WebSocket.RandomNumber.GetBytes (key);
|
||||
|
||||
return key;
|
||||
|
Loading…
Reference in New Issue
Block a user