Skip to content

Commit

Permalink
Merge pull request #327 from idexio/feat/orderbook-realtime-perf
Browse files Browse the repository at this point in the history
feat: also reset fully if stopped manually
  • Loading branch information
bradennapier committed May 28, 2024
2 parents 667a3a8 + 880b19e commit 8bb0cc5
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 @@ -202,7 +202,7 @@ export class OrderBookRealTimeClient extends EventEmitter<{
this.unsubscribe();
this.webSocketClient.disconnect();
}
this.resetInternalState();
this.resetInternalState(true);
}

public async getMaximumTickSizeUnderSpread(market: string) {
Expand Down

0 comments on commit 8bb0cc5

Please sign in to comment.