FF fix
This commit is contained in:
parent
81ac966a03
commit
5d5e6d986d
@ -122,7 +122,7 @@ export default class Connection {
|
||||
}
|
||||
|
||||
_SendJson(obj) {
|
||||
if (this.Socket.readyState !== this.Socket.OPEN) {
|
||||
if (this.Socket?.readyState !== WebSocket.OPEN) {
|
||||
this.Pending.push(obj);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user