@resolveio/client-lib-core 15.5.2 → 15.5.3

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.
@@ -20,6 +20,8 @@ export declare class SocketService {
20
20
  private lastActivity;
21
21
  private missedPongs;
22
22
  private maxMissedPongs;
23
+ private wakeReconnectThreshold;
24
+ private focusReconnectDebounce;
23
25
  onopen: (ev: Event) => void;
24
26
  onclose: (ev: CloseEvent) => void;
25
27
  onconnecting: () => void;
@@ -46,6 +48,7 @@ export declare class SocketService {
46
48
  getBufferAmount(): number;
47
49
  private log;
48
50
  private handleVisibilityChange;
51
+ private handleWindowFocus;
49
52
  private isWebSocketActive;
50
53
  static ɵfac: i0.ɵɵFactoryDeclaration<SocketService, never>;
51
54
  static ɵprov: i0.ɵɵInjectableDeclaration<SocketService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "15.5.2",
3
+ "version": "15.5.3",
4
4
  "module": "fesm2020/resolveio-client-lib-core.min.mjs",
5
5
  "es2020": "fesm2020/resolveio-client-lib-core.min.mjs",
6
6
  "fesm2020": "fesm2020/resolveio-client-lib-core.min.mjs",