-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azservicebus] Remove pager interfaces, use pager structs, some bug f…
…ixes (#16141) - Fixed a bug when _not_ specifying a page size where you would infinitely get results Addressing some feedback jhendrixmsft had: - The Azure SDK guidelines were a bit outdated - we're not using interfaces for our returned Pagers. Removing, replacing them with their underlying structs - Found a few spots where I was supposed to be passing in options in the admin.Client, those have been added in. - Changed message batch so that it uses uint64 in any spot that references max message size. This doesn't quite match up yet with go-amqp, but it will in the future and it'll be fine in the interim.
- Loading branch information
1 parent
def4692
commit 9587539
Showing
10 changed files
with
315 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.