Add since to reqs that get re-opened to avoid re-downloading and gaps in active subscriptions. Also add some getters for event stores and event sort utils

This commit is contained in:
Jon Staab
2025-12-04 15:16:56 -08:00
parent 7b96e52349
commit d81ec62d2b
5 changed files with 126 additions and 75 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ describe("policy", () => {
socket.emit(SocketEvent.Status, SocketStatus.Closed)
// Advance past the reopen delay
await vi.advanceTimersByTimeAsync(30000)
await vi.advanceTimersByTimeAsync(31000)
// Should resend the pending event
expect(sendSpy).toHaveBeenCalledWith(event)