Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Jan 15, 2025
1 parent 52edbb5 commit 710160e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abacus-ts/websocket/lib/indexerWebsocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ interface SubscriptionHandlerInput {
type SubscriptionHandlerTrackingMetadata = {
receivedBaseData: boolean;
sentSubMessage: boolean;
// using subs for this data means we lose it when the user fully unsubscribes and thus might actually retry more often than expected
// but this is fine since every consumer has subs wrapped in resource managers that prevent lots of churn
lastRetryBecauseErrorMs: number | undefined;
lastRetryBecauseDuplicateMs: number | undefined;
};
Expand Down

0 comments on commit 710160e

Please sign in to comment.