lol TLS by default STRIKES AGAIN

This commit is contained in:
Adam D. Ruppe 2022-04-26 11:56:09 -04:00
parent 546edf89af
commit 089c37bcce
1 changed files with 2 additions and 2 deletions

View File

@ -4698,9 +4698,9 @@ class WebSocket {
} }
} }
private bool loopExited; private __gshared bool loopExited;
/++ /++
Exits the running [WebSocket.eventLoop]. You can call this from a signal handler or another thread.
+/ +/
void exitEventLoop() { void exitEventLoop() {
loopExited = true; loopExited = true;