You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small bug in ListPriorityQueue that causes invalid ordering. This is caused by passing the entire envelope instead of the message to the priorityGeneratorhere
There is a small bug in ListPriorityQueue that causes invalid ordering. This is caused by passing the entire envelope instead of the message to the
priorityGenerator
hereBug sample:
https://dotnetfiddle.net/YnHR3e
I'll provide a PR for this.
The text was updated successfully, but these errors were encountered: