Browse Source

[Modify] Polish it

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

2
websocket-sharp/WebSocket.cs

@ -3576,7 +3576,7 @@ namespace WebSocketSharp
public void Send (FileInfo fileInfo)
{
if (_readyState != WebSocketState.Open) {
var msg = "The current state of the interface is not Open.";
var msg = "The Send method is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save