[Modify] Call the Stop method
This commit is contained in:
parent
960103d98a
commit
6b7af9ad57
@ -1079,7 +1079,7 @@ namespace WebSocketSharp.Server
|
||||
|
||||
private void stopReceiving (int millisecondsTimeout)
|
||||
{
|
||||
_listener.Close ();
|
||||
_listener.Stop ();
|
||||
_receiveThread.Join (millisecondsTimeout);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user