@camstack/sdk 0.1.53 → 0.1.54

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/dist/index.js CHANGED
@@ -772,7 +772,7 @@ SuperJSON.registerCustom;
772
772
  SuperJSON.registerSymbol;
773
773
  SuperJSON.allowErrorProps;
774
774
  const WS_KEEP_ALIVE_INTERVAL_MS = 1e4;
775
- const WS_KEEP_ALIVE_PONG_TIMEOUT_MS = 3e3;
775
+ const WS_KEEP_ALIVE_PONG_TIMEOUT_MS = 6e3;
776
776
  const WS_RECONNECT_RETRY_DELAY_MS = 2e3;
777
777
  const WS_RECONNECT_MAX_RETRY_DELAY_MS = 3e4;
778
778
  class System {