Skip to content

Commit 486b5de

Browse files
Fix banner connection
1 parent c7c23c1 commit 486b5de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

electron_app/src/socketClient.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const disconnect = () => {
3535

3636
const start = ({ jwt }) => {
3737
client = new WebSocketClient();
38+
pingFailedCounter = 0;
39+
checkDelay = normalPingDelayMs;
3840
client.connect(
3941
`${SOCKET_URL}?token=${jwt}`,
4042
'criptext-protocol'

0 commit comments

Comments
 (0)