Browse Source

[Modify] Polish it

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

2
websocket-sharp/WebSocket.cs

@ -3388,7 +3388,7 @@ namespace WebSocketSharp
public void Connect ()
{
if (!_isClient) {
var msg = "The interface is not for the client.";
var msg = "The Connect method is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save