@mml-io/mml-web-client 0.0.0-experimental-a3020ab-20260122 → 0.0.0-experimental-284f27a-20260126

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/build/index.js CHANGED
@@ -1596,7 +1596,7 @@
1596
1596
  };
1597
1597
  startingBackoffTimeMilliseconds = 100;
1598
1598
  maximumBackoffTimeMilliseconds = 1e4;
1599
- maximumWebsocketConnectionTimeout = 5e3;
1599
+ maximumWebsocketConnectionTimeout = 3e4;
1600
1600
  NetworkedDOMWebsocketStatus = /* @__PURE__ */ ((NetworkedDOMWebsocketStatus2) => {
1601
1601
  NetworkedDOMWebsocketStatus2[NetworkedDOMWebsocketStatus2["Connecting"] = 0] = "Connecting";
1602
1602
  NetworkedDOMWebsocketStatus2[NetworkedDOMWebsocketStatus2["ConnectionOpen"] = 1] = "ConnectionOpen";