[Modify] Polish it

This commit is contained in:
sta 2021-11-10 19:38:14 +09:00
parent a4c482ffde
commit 4e1a19b267

View File

@ -542,7 +542,8 @@ namespace WebSocketSharp.Server
public void Broadcast (byte[] data)
{
if (_state != ServerState.Start) {
var msg = "The current state of the manager is not Start.";
var msg = "The current state of the service is not Start.";
throw new InvalidOperationException (msg);
}