@ikonai/sdk 1.0.46 → 1.0.48
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/assets/{protocol-worker-z-5Xst2M.js → protocol-worker-9F3vWnC8.js} +346 -363
- package/channel/channel-manager.d.ts +0 -10
- package/index.js +2129 -2142
- package/package.json +1 -1
|
@@ -80,7 +80,6 @@ export declare class ChannelManager {
|
|
|
80
80
|
private activeType;
|
|
81
81
|
private state;
|
|
82
82
|
private reconnectAttempts;
|
|
83
|
-
private stabilityTimer;
|
|
84
83
|
private shouldReconnect;
|
|
85
84
|
private entrypoints;
|
|
86
85
|
private abortController;
|
|
@@ -167,15 +166,6 @@ export declare class ChannelManager {
|
|
|
167
166
|
* Disconnect all channels.
|
|
168
167
|
*/
|
|
169
168
|
private disconnectAll;
|
|
170
|
-
/**
|
|
171
|
-
* Start stability timer that resets reconnect attempts after the connection
|
|
172
|
-
* survives one keepalive timeout period without dying.
|
|
173
|
-
*/
|
|
174
|
-
private startStabilityTimer;
|
|
175
|
-
/**
|
|
176
|
-
* Clear the stability timer.
|
|
177
|
-
*/
|
|
178
|
-
private clearStabilityTimer;
|
|
179
169
|
/**
|
|
180
170
|
* Update and notify state change.
|
|
181
171
|
*/
|