We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c23c1 commit 486b5deCopy full SHA for 486b5de
electron_app/src/socketClient.js
@@ -35,6 +35,8 @@ const disconnect = () => {
35
36
const start = ({ jwt }) => {
37
client = new WebSocketClient();
38
+ pingFailedCounter = 0;
39
+ checkDelay = normalPingDelayMs;
40
client.connect(
41
`${SOCKET_URL}?token=${jwt}`,
42
'criptext-protocol'
0 commit comments