mirror of https://github.com/jetkvm/kvm.git
Compare commits
1 Commits
8da9d66666
...
2c68404013
| Author | SHA1 | Date |
|---|---|---|
|
|
2c68404013 |
|
|
@ -245,7 +245,7 @@ export default function KvmIdRoute() {
|
|||
|
||||
shouldReconnect(event: WebSocketEventMap['close']) {
|
||||
console.debug("[Websocket] shouldReconnect", event);
|
||||
return !isLegacySignalingEnabled.current;
|
||||
return !isLegacySignalingEnabled.current && !connectionFailed;
|
||||
},
|
||||
|
||||
onClose(event: WebSocketEventMap['close']) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue