nxt-aws-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -32,2 +32,3 @@ "use strict"; | ||
} | ||
clearTimeout(pongTimeout); | ||
pongTimeout = setTimeout(() => { | ||
@@ -41,2 +42,3 @@ console.error('WS pong timeout.'); | ||
} | ||
return startPing(); | ||
}, 5000); | ||
@@ -43,0 +45,0 @@ }, 20000); |
{ | ||
"name": "nxt-aws-client", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
22443
21
754