Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azservicebus] RPC and retry logic problems #23351

Closed
richardpark-msft opened this issue Aug 19, 2024 · 1 comment
Closed

[azservicebus] RPC and retry logic problems #23351

richardpark-msft opened this issue Aug 19, 2024 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus

Comments

@richardpark-msft
Copy link
Member

Currently troubleshooting an issue with a customer where it appears there are some weaknesses in our error handling with RPC calls (these are used for things like RenewLock, PeekMessages, or backup message settlement).

As part of this there's another potential issue for this customer where early cancellation could potentially interrupt connection/link recovery, which is more problematic for RPC, than for other code paths like sending and receiving.

@richardpark-msft richardpark-msft added Service Bus Client This issue points to a problem in the data-plane of the library. labels Aug 19, 2024
@richardpark-msft richardpark-msft self-assigned this Aug 19, 2024
@richardpark-msft richardpark-msft changed the title [azaservicebus] RPC and retry logic problems [azservicebus] RPC and retry logic problems Oct 24, 2024
@richardpark-msft
Copy link
Member Author

This was fixed with #23400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

No branches or pull requests

1 participant