-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[QUERY] Service Bus - OperationCanceledException on RenewLock #22635
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @axisc. Issue DetailsQuery/Question Please let me know if I need provide more info
There is similar issue with MessagePumpTaskAsync. It was fixed by ignoring the OperationCanceledException. Can I also ignore such exceptions or is it critical for RenewLock? Environment:
|
//cc: @shankarsama |
Thank you for your feedback. Tagging and routing to the team best able to assist. |
Hi @shankarsama could you please help? |
Can anyone answer me? Please |
Hi @Marusyk. Yes; @shankarsama's team owns the Service Bus service and the generation of the SDK that you're asking about. Looping in a few of the other team members in case they're available to assist. //cc: @DorothySun216, @bainian12345, @vinaysurya, @yvgopal |
@Marusyk Apologies for the delay here. Please note that the Microsoft.Azure.ServiceBus package is now deprecated. A newer package Azure.Messaging.ServiceBus is available as of November 2020. While the older package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the getting started guide and migration guide for more details. If you still have issues using the older Microsoft.Azure.ServiceBus package, please use your Azure support plan to open an Azure support ticket. |
Thanks @ramya-rao-a very useful and in time :( |
Query/Question
Sometimes I got "The operation was canceled." in my SubscriptionClient with SessionHandler.
I could not find any reasons for that. Could you please describe the case?
Please let me know if I need provide more info
There is similar issue with MessagePumpTaskAsync. It was fixed by ignoring the OperationCanceledException. Can I also ignore such exceptions or is it critical for RenewLock?
Environment:
dotnet --info
output for .NET Core projects): 5.0.203 WindowsThe text was updated successfully, but these errors were encountered: