[Modify] Polish it

This commit is contained in:
sta 2021-03-27 21:37:35 +09:00
parent caa2302608
commit 206f1f4730

View File

@ -786,10 +786,12 @@ namespace WebSocketSharp.Net
public void Start ()
{
CheckDisposed ();
if (_listening)
return;
EndPointManager.AddListener (this);
_listening = true;
}