This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Microsoft.Azure.WebJobs.Extensions.ServiceBus 4.2.2
Release notes
Version 4.2.2
- Modified behavior of ServiceBusListener.Cancel() to not set the cancellation token as this was inconsistent with other extensions and impacting WebJobs on shutdown by resulting in auto-abandoned messages in the interval between when ServiceBusListener.Cancel() is called and ServiceBusListener.StopAsync() completes.