[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 () public void Start ()
{ {
CheckDisposed (); CheckDisposed ();
if (_listening) if (_listening)
return; return;
EndPointManager.AddListener (this); EndPointManager.AddListener (this);
_listening = true; _listening = true;
} }