Browse Source

[Modify] Polish it

pull/571/merge
sta 3 months ago
parent
commit
15f42790c0
  1. 2
      websocket-sharp/Server/WebSocketBehavior.cs

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -1533,7 +1533,7 @@ namespace WebSocketSharp.Server
protected void SendAsync (Stream stream, int length, Action<bool> completed)
{
if (_websocket == null) {
var msg = "The session has not started yet.";
var msg = "The SendAsync method is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save