@dxos/network-manager 0.3.3-main.e0ded2e → 0.3.3-main.f2ca85a
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/lib/browser/{chunk-4L2DC6V7.mjs → chunk-DBVOJAYS.mjs} +3 -1
- package/dist/lib/browser/{chunk-4L2DC6V7.mjs.map → chunk-DBVOJAYS.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +2 -0
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +2 -0
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/types/src/connection-log.d.ts.map +1 -1
- package/package.json +17 -17
- package/src/connection-log.ts +2 -0
|
@@ -1973,6 +1973,8 @@ var ConnectionLog = class {
|
|
|
1973
1973
|
this.update.emit();
|
|
1974
1974
|
});
|
|
1975
1975
|
connection.protocol?.stats?.on((stats) => {
|
|
1976
|
+
connectionInfo.readBufferSize = stats.readBufferSize;
|
|
1977
|
+
connectionInfo.writeBufferSize = stats.writeBufferSize;
|
|
1976
1978
|
connectionInfo.streams = stats.channels;
|
|
1977
1979
|
this.update.emit();
|
|
1978
1980
|
});
|
|
@@ -3589,4 +3591,4 @@ export {
|
|
|
3589
3591
|
TcpTransport,
|
|
3590
3592
|
createTeleportProtocolFactory
|
|
3591
3593
|
};
|
|
3592
|
-
//# sourceMappingURL=chunk-
|
|
3594
|
+
//# sourceMappingURL=chunk-DBVOJAYS.mjs.map
|