Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange EventHandler execution for Async methods #857

Open
wants to merge 1 commit into
base: v3-v2021-02-25
Choose a base branch
from

Conversation

jweber
Copy link

@jweber jweber commented Jan 22, 2025

this.HandleResponse can throw an exception, leading to the event handlers never firing. This makes the Async code path operate the same as the Sync code path for requests.

This should fix #849

`this.HandleResponse` can throw an exception, leading to the event handlers never firing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event Handlers for Async requests resulting in exceptions don't call the OnResponse method
1 participant