Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 466d552165 | |||
| 9d23303919 | |||
| 83cdc4ba30 |
@@ -57,9 +57,9 @@ export default class SocketService {
|
|||||||
this.connected = false;
|
this.connected = false;
|
||||||
this.connectRetryCount++;
|
this.connectRetryCount++;
|
||||||
this.clearHeartbeat();
|
this.clearHeartbeat();
|
||||||
/* setTimeout(() => {
|
/* setTimeout(() => {
|
||||||
this.connect();
|
this.connect();
|
||||||
}, 500 * this.connectRetryCount);*/
|
}, 500 * this.connectRetryCount);*/
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -121,7 +121,7 @@ export default class SocketService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_this.sendHeartbeat();
|
_this.sendHeartbeat();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
sendHeartbeat() {
|
sendHeartbeat() {
|
||||||
|
|||||||
Reference in New Issue
Block a user