Browse Source

[Modify] Polish it

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

2
websocket-sharp/WebSocket.cs

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

Loading…
Cancel
Save