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