Browse Source

[Modify] Polish it

master
sta 2 months ago
parent
commit
3c2058e6a5
  1. 2
      websocket-sharp/WebSocket.cs

2
websocket-sharp/WebSocket.cs

@ -3395,7 +3395,7 @@ namespace WebSocketSharp
}
if (_retryCountForConnect >= _maxRetryCountForConnect) {
var msg = "A series of reconnecting has failed.";
var msg = "The Connect method is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save