[service-bus] Adjust receiveMessages() to match .NET's algorithm (with potential adjustments) #9718
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Service Bus
Milestone
Currently the receiveMessages() call in JavaScript works differently than the .NET algorithm. As part of making our libraries more consistent we'd like to change that.
The existing behavior:
We return if:
In .NET the behavior is similar with slight differences that we would like to closely match:
We return if:
The work shouldn't be too bad since some of the same behaviors were already present. To do this work we will need:
CC: @JoshLove-msft (to make sure my .NET description is accurate)
The text was updated successfully, but these errors were encountered: