ba
This commit is contained in:
parent
631590e7f9
commit
8a8e2417c3
@ -49,7 +49,7 @@ export default class Notice {
|
||||
|
||||
stop() {
|
||||
if (this._socket) {
|
||||
while (this._socket.OPEN)
|
||||
while (!this._socket.OPEN)
|
||||
sleep(100);
|
||||
this._socket.close()
|
||||
this._socket = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user