Browse Source

[Modify] Polish it

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

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -1187,7 +1187,7 @@ namespace WebSocketSharp.Server
protected void Send (FileInfo fileInfo)
{
if (_websocket == null) {
var msg = "The session has not started yet.";
var msg = "The Send method is not available.";
throw new InvalidOperationException (msg);
}

Loading…
Cancel
Save