Skip to content

Commit

Permalink
fix: polish updates on rt sync fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed May 28, 2024
1 parent 880b19e commit fa0b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/orderBook/realTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class OrderBookRealTimeClient extends EventEmitter<{
this.emit(
OrderBookRealTimeClientEvent.error,
new Error(
`Missing l2 update sequence, current book is ${book.sequence} message was ${update.sequence}`,
`Missing l2 update sequence, current book is ${book.sequence} message was ${update.sequence}, awaiting ${update.sequence - book.sequence} updates from REST API...`,
),
);
// this.unsubscribe();
Expand Down

0 comments on commit fa0b56f

Please sign in to comment.