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
[ServiceBus] resolve received messages immediately when we got extra (Azure#23779)
The comments indicates that it is possible that we receive more messages than we ask for, and we want to return them. However, in current code we only resolve after max-wait-time-after-first message has passed once we have extra because of the length equality check, and during the wait time, more messages could still arrive.
This PR changes to remove immediately when we get what we ask for or more.
0 commit comments