[ServiceBus] receive_messages parameter max message count default to 1 #14709
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Service Bus
Milestone
Currently, peek_messages defaults to a max_message_count of 1. receive_messages does not. (currently None).
This was a historical artifact from T1 wherein it would fall back to using the prefetch value if one was defined. We will be normalizing with a more clear semantic for T2 of having 1 for all consistently as a default
The text was updated successfully, but these errors were encountered: