-
Notifications
You must be signed in to change notification settings - Fork 36
Processing stucks after getting SessionLockLostException #26
Comments
Blocked on Azure/azure-sdk-for-net#6410 |
Hi @alrod, can you provide an update on what's happening with this bug? It's biting me on occasion in a production solution. Thanks! |
@mpnow, once ServiceBus releases the fix for Azure/azure-sdk-for-net#6410 I will merge PR to update ServiceBus SDK. Probably ServiceBus will release new ServiceBus SDK next week. |
Hi @alrod, it looks like ServiceBus SDK 4.1.1 is out now - is that the release you were waiting for? |
Hi @alrod, any news on getting this fix released? It's continuing to bite me periodically in a production app. Thanks! |
Hi @alrod, wondering if a fix for this is out yet or, if not, when it might be? |
the fix is out, please use: |
Following code process a message only once using Microsoft.Azure.ServiceBus 3.4.0. (current package we are using in the extension) and then stcuks. The same code works fine using Microsoft.Azure.ServiceBus 4.0.0. Need to update to Microsoft.Azure.ServiceBus 4.0.0.
The text was updated successfully, but these errors were encountered: