Skip to content

Commit

Permalink
add back todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 7, 2024
1 parent 71cbe99 commit 0a6bd3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol/streaming/full_node_streaming_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ type FullNodeStreamingManagerImpl struct {
ticker *time.Ticker
done chan bool

// TODO: Consolidate the streamUpdateCache and streamUpdateSubscriptionCache into a single
// struct to avoid the need to maintain two separate slices for the same data.

// list of stream updates.
streamUpdateCache []clobtypes.StreamUpdate
// list of subscription ids for each stream update.
Expand Down

0 comments on commit 0a6bd3a

Please sign in to comment.