@resolveio/client-lib-core 21.6.7 → 21.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.6.7",
3
+ "version": "21.6.8",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -223,6 +223,7 @@ declare class SocketService {
223
223
  reconnectInterval: number;
224
224
  timeoutInterval: number;
225
225
  private timeout;
226
+ private reconnectTimeout;
226
227
  readyState: number;
227
228
  readyState$: BehaviorSubject<number>;
228
229
  private protocols;
@@ -250,6 +251,7 @@ declare class SocketService {
250
251
  private onMessageHandler;
251
252
  private onErrorHandler;
252
253
  private connect;
254
+ private scheduleReconnect;
253
255
  private convertUTCDateToLocalDate;
254
256
  private clearPongTimeout;
255
257
  private recordActivity;