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
When setting up the EventProcessorHost, we don't currently add an event handler to EventProcessorOptions.ExceptionReceived. This means that any background exceptions will be silently ignored.
When setting up the EventProcessorHost, we don't currently add an event handler to EventProcessorOptions.ExceptionReceived. This means that any background exceptions will be silently ignored.
See related issue #1703
The text was updated successfully, but these errors were encountered: