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