Browse Source

[Modify] Polish it

pull/298/merge
sta 5 months ago
parent
commit
6ebf58c2d3
  1. 2
      websocket-sharp/WebSocket.cs

2
websocket-sharp/WebSocket.cs

@ -186,9 +186,9 @@ namespace WebSocketSharp
_protocol = protocol;
_closeContext = context.Close;
_isSecure = context.IsSecureConnection;
_log = context.Log;
_message = messages;
_isSecure = context.IsSecureConnection;
_stream = context.Stream;
_waitTime = TimeSpan.FromSeconds (1);

Loading…
Cancel
Save