Skip to content

Commit

Permalink
[ISSUE #956]fix reset offset remove pq (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
0daypwn committed Nov 3, 2022
1 parent 96f00c4 commit 6bbfc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/push_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ func (pc *pushConsumer) ResetOffset(topic string, table map[primitive.MessageQue
}
pq := v.(*processQueue)
pc.removeUnnecessaryMessageQueue(mq, pq)
pc.processQueueTable.Delete(mq)
pc.processQueueTable.Delete(*mq)
}
}
}
Expand Down

0 comments on commit 6bbfc3f

Please sign in to comment.