fix
This commit is contained in:
parent
bc7d87704b
commit
d4f041f312
@ -48,7 +48,11 @@ export default class Notice {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
if (this._socket) {
|
if (this._socket) {
|
||||||
this._socket.close();
|
try{
|
||||||
|
this._socket.close();
|
||||||
|
}
|
||||||
|
catch (e)
|
||||||
|
{}
|
||||||
this._socket = undefined;
|
this._socket = undefined;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user