Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 36 forks source link

Fix Batch receive race condition #147

Closed mathewc closed 2 years ago

mathewc commented 3 years ago

A race condition was identified and fixed in the T2 extension https://github.com/Azure/azure-sdk-for-net/pull/20288. We need to fix in T1 as well.

mpaul31 commented 3 years ago

Just checking to see if this is something that you are planning to fix for the next release. I would like to utilize batch receives but am hesitant with this outstanding bug.