You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For event hubs, its fairly common for a lease on a partition to be lost. When this occurs, the EventProcessorHost calls CloseAsync on the listener. We fail to pass this cancellation through to the user - see here:
For event hubs, its fairly common for a lease on a partition to be lost. When this occurs, the EventProcessorHost calls CloseAsync on the listener. We fail to pass this cancellation through to the user - see here:
azure-webjobs-sdk/src/Microsoft.Azure.WebJobs.ServiceBus/EventHubs/EventHubListener.cs
Line 179 in db1cfc1
This code should be passing through the token.
This is a trivial fix for both v1 and v2.
The text was updated successfully, but these errors were encountered: