We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf8216 commit bcca8feCopy full SHA for bcca8fe
websocket-sharp/Net/HttpListener.cs
@@ -809,7 +809,8 @@ public void Stop ()
809
cleanupContextQueue (true);
810
cleanupContextRegistry ();
811
812
- var ex = new HttpListenerException (995, "The listener is stopped.");
+ var msg = "The listener is stopped.";
813
+ var ex = new HttpListenerException (995, msg);
814
cleanupWaitQueue (ex);
815
816
_listening = false;
0 commit comments