quiq-socket
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1356,2 +1356,3 @@ function _classCallCheck(instance, Constructor) { | ||
if (_this._timers.heartbeat.timeout) clearTimeout(_this._timers.heartbeat.timeout); | ||
_this._timers.heartbeat.timeout = setTimeout(function () { | ||
@@ -1358,0 +1359,0 @@ // If manual heartbeat times out, the connection may not be functional, let's rebuild it to be safe |
@@ -1357,2 +1357,3 @@ 'use strict'; | ||
if (_this._timers.heartbeat.timeout) clearTimeout(_this._timers.heartbeat.timeout); | ||
_this._timers.heartbeat.timeout = setTimeout(function () { | ||
@@ -1359,0 +1360,0 @@ // If manual heartbeat times out, the connection may not be functional, let's rebuild it to be safe |
{ | ||
"name": "quiq-socket", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "WebSocket API wrapper with automatic retry handling and heartbeat", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
112771
2941