Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex committed Feb 26, 2024
1 parent 74887f6 commit 3fee94f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pubsub/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ func (it *messageIterator) receive(maxToPull int32) ([]*Message, error) {
it.eoMu.RUnlock()
it.mu.Lock()

// TODO(hongalex): fix the out of order map when appending to pendingMessages
// This makes ordering keys logic wrong

// pendingMessages maps ackID -> message, and is used
// only when exactly once delivery is enabled.
// At first, all messages are pending, and they
Expand Down

0 comments on commit 3fee94f

Please sign in to comment.