Service Bus client 3.3.2 is now live

Check out our newest release for the Service Bus client library!

The NuGet package can be found at https://www.nuget.org/packages/WindowsAzure.ServiceBus/3.3.2.

Below are the release notes:

  • EventHub/Messaging: fixed a bug where a race condition in Amqp management code (AmqpServiceClient) can cause thread to spin. This mainly affect EventProcessorHost scenario.
  • EventHub: fixed a bug in send code path where if user modified a batch event data list during send operation the send path can throw exception due to collection being modified.

 

We have also increased the version on our other EventProcessorHost NuGet package to be compatible with 3.3.2. The EPH is available here.

Happy messaging!