@firebase/data-connect 0.7.0 → 0.7.1-20260526192810
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.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -523,7 +523,7 @@ class RESTTransport extends AbstractDataConnectTransport {
|
|
|
523
523
|
/** The Request ID of the first request over the stream */
|
|
524
524
|
const FIRST_REQUEST_ID = 1;
|
|
525
525
|
/** Time to wait before closing an idle connection (no active subscriptions). */
|
|
526
|
-
const IDLE_CONNECTION_TIMEOUT_MS =
|
|
526
|
+
const IDLE_CONNECTION_TIMEOUT_MS = 0; // immediate close
|
|
527
527
|
/** Initial reconnect delay in ms */
|
|
528
528
|
const INITIAL_RECONNECT_DELAY_MS = 1000;
|
|
529
529
|
/** Max reconnect delay in ms */
|
|
@@ -1557,7 +1557,7 @@ class WebSocketTransport extends AbstractDataConnectStreamTransport {
|
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
1559
|
const name = "@firebase/data-connect";
|
|
1560
|
-
const version = "0.7.
|
|
1560
|
+
const version = "0.7.1-20260526192810";
|
|
1561
1561
|
|
|
1562
1562
|
/**
|
|
1563
1563
|
* @license
|