@replit/river 0.15.6 → 0.15.7
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-37HZIKJO.js → chunk-7SPCAA6Q.js} +1 -0
- package/dist/{chunk-IZLLS6QJ.js → chunk-L65XWBX2.js} +1 -1
- package/dist/{chunk-UPMTISRG.js → chunk-XLJGKNV2.js} +1 -1
- package/dist/transport/impls/uds/client.cjs +1 -0
- package/dist/transport/impls/uds/client.js +2 -2
- package/dist/transport/impls/uds/server.cjs +1 -0
- package/dist/transport/impls/uds/server.js +2 -2
- package/dist/transport/impls/ws/client.cjs +1 -0
- package/dist/transport/impls/ws/client.js +2 -2
- package/dist/transport/impls/ws/server.cjs +1 -0
- package/dist/transport/impls/ws/server.js +2 -2
- package/dist/transport/index.cjs +1 -0
- package/dist/transport/index.js +1 -1
- package/dist/util/testHelpers.js +1 -1
- package/package.json +1 -1
|
@@ -513,6 +513,7 @@ var Transport = class {
|
|
|
513
513
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
514
514
|
);
|
|
515
515
|
session.close();
|
|
516
|
+
this.deleteSession(session);
|
|
516
517
|
}
|
|
517
518
|
return;
|
|
518
519
|
}
|
|
@@ -752,6 +752,7 @@ var Transport = class {
|
|
|
752
752
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
753
753
|
);
|
|
754
754
|
session.close();
|
|
755
|
+
this.deleteSession(session);
|
|
755
756
|
}
|
|
756
757
|
return;
|
|
757
758
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UdsConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-L65XWBX2.js";
|
|
4
4
|
import {
|
|
5
5
|
ClientTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-7SPCAA6Q.js";
|
|
7
7
|
import "../../../chunk-GFRAOY75.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
@@ -593,6 +593,7 @@ var Transport = class {
|
|
|
593
593
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
594
594
|
);
|
|
595
595
|
session.close();
|
|
596
|
+
this.deleteSession(session);
|
|
596
597
|
}
|
|
597
598
|
return;
|
|
598
599
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UdsConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-L65XWBX2.js";
|
|
4
4
|
import {
|
|
5
5
|
ServerTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-7SPCAA6Q.js";
|
|
7
7
|
import "../../../chunk-GFRAOY75.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
@@ -656,6 +656,7 @@ var Transport = class {
|
|
|
656
656
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
657
657
|
);
|
|
658
658
|
session.close();
|
|
659
|
+
this.deleteSession(session);
|
|
659
660
|
}
|
|
660
661
|
return;
|
|
661
662
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WebSocketConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XLJGKNV2.js";
|
|
4
4
|
import {
|
|
5
5
|
ClientTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-7SPCAA6Q.js";
|
|
7
7
|
import "../../../chunk-GFRAOY75.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
@@ -593,6 +593,7 @@ var Transport = class {
|
|
|
593
593
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
594
594
|
);
|
|
595
595
|
session.close();
|
|
596
|
+
this.deleteSession(session);
|
|
596
597
|
}
|
|
597
598
|
return;
|
|
598
599
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WebSocketConnection
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XLJGKNV2.js";
|
|
4
4
|
import {
|
|
5
5
|
ServerTransport
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-7SPCAA6Q.js";
|
|
7
7
|
import "../../../chunk-GFRAOY75.js";
|
|
8
8
|
import "../../../chunk-H4BYJELI.js";
|
|
9
9
|
import "../../../chunk-GZ7HCLLM.js";
|
package/dist/transport/index.cjs
CHANGED
|
@@ -687,6 +687,7 @@ var Transport = class {
|
|
|
687
687
|
`${this.clientId} -- received out-of-order msg (got: ${msg.seq}, wanted: ${session.nextExpectedSeq}), marking connection as dead: ${JSON.stringify(msg)}`
|
|
688
688
|
);
|
|
689
689
|
session.close();
|
|
690
|
+
this.deleteSession(session);
|
|
690
691
|
}
|
|
691
692
|
return;
|
|
692
693
|
}
|
package/dist/transport/index.js
CHANGED
package/dist/util/testHelpers.js
CHANGED
package/package.json
CHANGED