@replit/river 0.26.4 → 0.26.6
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/{chunk-RSCUADHY.js → chunk-3NZ73HXL.js} +12 -7
- package/dist/chunk-3NZ73HXL.js.map +1 -0
- package/dist/{chunk-CYD6GTCU.js → chunk-5INVLQT5.js} +2 -2
- package/dist/{chunk-CYD6GTCU.js.map → chunk-5INVLQT5.js.map} +1 -1
- package/dist/{chunk-PXRKBNWN.js → chunk-APGOIQC4.js} +2 -2
- package/dist/{chunk-HPOR6FST.js → chunk-CER7XNCN.js} +13 -10
- package/dist/chunk-CER7XNCN.js.map +1 -0
- package/dist/{chunk-65EMTMCV.js → chunk-H2RVJ32Z.js} +4 -9
- package/dist/chunk-H2RVJ32Z.js.map +1 -0
- package/dist/{chunk-42SXIIHP.js → chunk-H677UET6.js} +20 -12
- package/dist/chunk-H677UET6.js.map +1 -0
- package/dist/{chunk-DS5LF6PS.js → chunk-J7AQMYUQ.js} +9 -9
- package/dist/chunk-J7AQMYUQ.js.map +1 -0
- package/dist/{chunk-TAH2GVTJ.js → chunk-MZM234IB.js} +1 -1
- package/dist/chunk-MZM234IB.js.map +1 -0
- package/dist/{client-6c67339a.d.ts → client-96810511.d.ts} +2 -2
- package/dist/{connection-03ffb583.d.ts → connection-48133ec3.d.ts} +1 -1
- package/dist/{handshake-154a0bb2.d.ts → handshake-65e0e848.d.ts} +8 -3
- package/dist/logging/index.cjs.map +1 -1
- package/dist/logging/index.d.cts +1 -1
- package/dist/logging/index.d.ts +1 -1
- package/dist/logging/index.js +1 -1
- package/dist/{message-ff78a233.d.ts → message-e917ee98.d.ts} +1 -1
- package/dist/router/index.cjs +3 -8
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +8 -8
- package/dist/router/index.d.ts +8 -8
- package/dist/router/index.js +2 -2
- package/dist/{server-1f5eb427.d.ts → server-b8aaf116.d.ts} +3 -3
- package/dist/{services-6140f578.d.ts → services-40e7c5cf.d.ts} +3 -3
- package/dist/transport/impls/ws/client.cjs +38 -27
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.d.cts +4 -4
- package/dist/transport/impls/ws/client.d.ts +4 -4
- package/dist/transport/impls/ws/client.js +6 -6
- package/dist/transport/impls/ws/server.cjs +34 -26
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.d.cts +4 -4
- package/dist/transport/impls/ws/server.d.ts +4 -4
- package/dist/transport/impls/ws/server.js +6 -6
- package/dist/transport/index.cjs +43 -32
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +4 -4
- package/dist/transport/index.d.ts +4 -4
- package/dist/transport/index.js +6 -6
- package/dist/util/testHelpers.cjs +21 -18
- package/dist/util/testHelpers.cjs.map +1 -1
- package/dist/util/testHelpers.d.cts +4 -4
- package/dist/util/testHelpers.d.ts +4 -4
- package/dist/util/testHelpers.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-42SXIIHP.js.map +0 -1
- package/dist/chunk-65EMTMCV.js.map +0 -1
- package/dist/chunk-DS5LF6PS.js.map +0 -1
- package/dist/chunk-HPOR6FST.js.map +0 -1
- package/dist/chunk-RSCUADHY.js.map +0 -1
- package/dist/chunk-TAH2GVTJ.js.map +0 -1
- /package/dist/{chunk-PXRKBNWN.js.map → chunk-APGOIQC4.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { b as ClientTransportOptions, C as Connection, j as EventHandler, E as EventMap, i as EventTypes, k as ProtocolError, l as ProtocolErrorType, c as ServerTransportOptions, S as Session, h as SessionConnected, f as SessionConnecting, g as SessionHandshaking, e as SessionNoConnection, d as SessionState, T as Transport, P as TransportOptions, a as TransportStatus } from '../handshake-
|
|
2
|
-
export { C as ClientTransport } from '../client-
|
|
3
|
-
export { S as ServerTransport, a as SessionWaitingForHandshake } from '../server-
|
|
4
|
-
export { b as OpaqueTransportMessage, O as OpaqueTransportMessageSchema, c as TransportClientId, a as TransportMessage, T as TransportMessageSchema, d as isStreamClose, i as isStreamOpen } from '../message-
|
|
1
|
+
export { b as ClientTransportOptions, C as Connection, j as EventHandler, E as EventMap, i as EventTypes, k as ProtocolError, l as ProtocolErrorType, c as ServerTransportOptions, S as Session, h as SessionConnected, f as SessionConnecting, g as SessionHandshaking, e as SessionNoConnection, d as SessionState, T as Transport, P as TransportOptions, a as TransportStatus } from '../handshake-65e0e848.js';
|
|
2
|
+
export { C as ClientTransport } from '../client-96810511.js';
|
|
3
|
+
export { S as ServerTransport, a as SessionWaitingForHandshake } from '../server-b8aaf116.js';
|
|
4
|
+
export { b as OpaqueTransportMessage, O as OpaqueTransportMessageSchema, c as TransportClientId, a as TransportMessage, T as TransportMessageSchema, d as isStreamClose, i as isStreamOpen } from '../message-e917ee98.js';
|
|
5
5
|
import '@sinclair/typebox';
|
|
6
6
|
import '@sinclair/typebox/errors';
|
|
7
7
|
import '../types-3e5768ec.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { b as ClientTransportOptions, C as Connection, j as EventHandler, E as EventMap, i as EventTypes, k as ProtocolError, l as ProtocolErrorType, c as ServerTransportOptions, S as Session, h as SessionConnected, f as SessionConnecting, g as SessionHandshaking, e as SessionNoConnection, d as SessionState, T as Transport, P as TransportOptions, a as TransportStatus } from '../handshake-
|
|
2
|
-
export { C as ClientTransport } from '../client-
|
|
3
|
-
export { S as ServerTransport, a as SessionWaitingForHandshake } from '../server-
|
|
4
|
-
export { b as OpaqueTransportMessage, O as OpaqueTransportMessageSchema, c as TransportClientId, a as TransportMessage, T as TransportMessageSchema, d as isStreamClose, i as isStreamOpen } from '../message-
|
|
1
|
+
export { b as ClientTransportOptions, C as Connection, j as EventHandler, E as EventMap, i as EventTypes, k as ProtocolError, l as ProtocolErrorType, c as ServerTransportOptions, S as Session, h as SessionConnected, f as SessionConnecting, g as SessionHandshaking, e as SessionNoConnection, d as SessionState, T as Transport, P as TransportOptions, a as TransportStatus } from '../handshake-65e0e848.js';
|
|
2
|
+
export { C as ClientTransport } from '../client-96810511.js';
|
|
3
|
+
export { S as ServerTransport, a as SessionWaitingForHandshake } from '../server-b8aaf116.js';
|
|
4
|
+
export { b as OpaqueTransportMessage, O as OpaqueTransportMessageSchema, c as TransportClientId, a as TransportMessage, T as TransportMessageSchema, d as isStreamClose, i as isStreamOpen } from '../message-e917ee98.js';
|
|
5
5
|
import '@sinclair/typebox';
|
|
6
6
|
import '@sinclair/typebox/errors';
|
|
7
7
|
import '../types-3e5768ec.js';
|
package/dist/transport/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ClientTransport
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-CER7XNCN.js";
|
|
4
4
|
import {
|
|
5
5
|
ServerTransport
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-J7AQMYUQ.js";
|
|
7
7
|
import {
|
|
8
8
|
Connection,
|
|
9
9
|
ProtocolError,
|
|
10
10
|
Transport
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-3NZ73HXL.js";
|
|
12
|
+
import "../chunk-MZM234IB.js";
|
|
13
13
|
import {
|
|
14
14
|
SessionState
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-H677UET6.js";
|
|
16
16
|
import {
|
|
17
17
|
OpaqueTransportMessageSchema,
|
|
18
18
|
TransportMessageSchema
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-H2RVJ32Z.js";
|
|
20
20
|
import "../chunk-4PVU7J25.js";
|
|
21
21
|
export {
|
|
22
22
|
ClientTransport,
|
|
@@ -380,10 +380,7 @@ var ControlMessageHandshakeRequestSchema = import_typebox.Type.Object({
|
|
|
380
380
|
expectedSessionState: import_typebox.Type.Object({
|
|
381
381
|
// what the client expects the server to send next
|
|
382
382
|
nextExpectedSeq: import_typebox.Type.Integer(),
|
|
383
|
-
|
|
384
|
-
// are nextSentSeq here
|
|
385
|
-
// what the server expects the client to send next
|
|
386
|
-
nextSentSeq: import_typebox.Type.Optional(import_typebox.Type.Integer())
|
|
383
|
+
nextSentSeq: import_typebox.Type.Integer()
|
|
387
384
|
}),
|
|
388
385
|
metadata: import_typebox.Type.Optional(import_typebox.Type.Unknown())
|
|
389
386
|
});
|
|
@@ -419,9 +416,7 @@ var ControlMessageHandshakeResponseSchema = import_typebox.Type.Object({
|
|
|
419
416
|
import_typebox.Type.Object({
|
|
420
417
|
ok: import_typebox.Type.Literal(false),
|
|
421
418
|
reason: import_typebox.Type.String(),
|
|
422
|
-
|
|
423
|
-
// are sending code here
|
|
424
|
-
code: import_typebox.Type.Optional(HandshakeErrorResponseCodes)
|
|
419
|
+
code: HandshakeErrorResponseCodes
|
|
425
420
|
})
|
|
426
421
|
])
|
|
427
422
|
});
|
|
@@ -460,7 +455,7 @@ function Err(error) {
|
|
|
460
455
|
var import_api = require("@opentelemetry/api");
|
|
461
456
|
|
|
462
457
|
// package.json
|
|
463
|
-
var version = "0.26.
|
|
458
|
+
var version = "0.26.6";
|
|
464
459
|
|
|
465
460
|
// tracing/index.ts
|
|
466
461
|
function createSessionTelemetryInfo(sessionId, to, from, propagationCtx) {
|
|
@@ -937,13 +932,13 @@ var SessionConnected = class extends IdentifiedSession {
|
|
|
937
932
|
this.conn.addCloseListener(this.listeners.onConnectionClosed);
|
|
938
933
|
this.conn.addErrorListener(this.listeners.onConnectionErrored);
|
|
939
934
|
if (this.sendBuffer.length > 0) {
|
|
940
|
-
this.log?.
|
|
941
|
-
`sending ${this.sendBuffer.length} buffered messages`,
|
|
935
|
+
this.log?.info(
|
|
936
|
+
`sending ${this.sendBuffer.length} buffered messages, starting at seq ${this.nextSeq()}`,
|
|
942
937
|
this.loggingMetadata
|
|
943
938
|
);
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
939
|
+
for (const msg of this.sendBuffer) {
|
|
940
|
+
this.conn.send(this.options.codec.toBuffer(msg));
|
|
941
|
+
}
|
|
947
942
|
}
|
|
948
943
|
this.isActivelyHeartbeating = false;
|
|
949
944
|
this.heartbeatHandle = setInterval(() => {
|
|
@@ -985,6 +980,12 @@ var SessionConnected = class extends IdentifiedSession {
|
|
|
985
980
|
}
|
|
986
981
|
});
|
|
987
982
|
}
|
|
983
|
+
closeConnection() {
|
|
984
|
+
this.conn.removeDataListener(this.onMessageData);
|
|
985
|
+
this.conn.removeCloseListener(this.listeners.onConnectionClosed);
|
|
986
|
+
this.conn.removeErrorListener(this.listeners.onConnectionErrored);
|
|
987
|
+
this.conn.close();
|
|
988
|
+
}
|
|
988
989
|
onMessageData = (msg) => {
|
|
989
990
|
const parsedMsg = this.parseMsg(msg);
|
|
990
991
|
if (parsedMsg === null) {
|
|
@@ -1001,8 +1002,8 @@ var SessionConnected = class extends IdentifiedSession {
|
|
|
1001
1002
|
}
|
|
1002
1003
|
);
|
|
1003
1004
|
} else {
|
|
1004
|
-
const reason = `received out-of-order msg (got seq: ${parsedMsg.seq}, wanted seq: ${this.ack})`;
|
|
1005
|
-
this.log?.
|
|
1005
|
+
const reason = `received out-of-order msg, closing connection (got seq: ${parsedMsg.seq}, wanted seq: ${this.ack})`;
|
|
1006
|
+
this.log?.warn(reason, {
|
|
1006
1007
|
...this.loggingMetadata,
|
|
1007
1008
|
transportMessage: parsedMsg,
|
|
1008
1009
|
tags: ["invariant-violation"]
|
|
@@ -1011,7 +1012,7 @@ var SessionConnected = class extends IdentifiedSession {
|
|
|
1011
1012
|
code: import_api2.SpanStatusCode.ERROR,
|
|
1012
1013
|
message: reason
|
|
1013
1014
|
});
|
|
1014
|
-
this.
|
|
1015
|
+
this.closeConnection();
|
|
1015
1016
|
}
|
|
1016
1017
|
return;
|
|
1017
1018
|
}
|
|
@@ -1037,8 +1038,10 @@ var SessionConnected = class extends IdentifiedSession {
|
|
|
1037
1038
|
this.conn.removeDataListener(this.onMessageData);
|
|
1038
1039
|
this.conn.removeCloseListener(this.listeners.onConnectionClosed);
|
|
1039
1040
|
this.conn.removeErrorListener(this.listeners.onConnectionErrored);
|
|
1040
|
-
|
|
1041
|
-
|
|
1041
|
+
if (this.heartbeatHandle) {
|
|
1042
|
+
clearInterval(this.heartbeatHandle);
|
|
1043
|
+
this.heartbeatHandle = void 0;
|
|
1044
|
+
}
|
|
1042
1045
|
}
|
|
1043
1046
|
_handleClose() {
|
|
1044
1047
|
super._handleClose();
|