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

Prevent async delivery errors escaping the thread #303

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

imjoehaines
Copy link
Member

@imjoehaines imjoehaines commented Dec 21, 2021

Goal

Currently errors in async delivery can escape their thread, which causes them to be caught by our thread exception handling and creates an infinite loop

This PR catches the delivery errors to prevent this

@imjoehaines imjoehaines marked this pull request as ready for review January 4, 2022 11:02
@imjoehaines imjoehaines merged commit 0f8fec4 into next Jan 4, 2022
@imjoehaines imjoehaines deleted the fix-async-delivery-exceptions branch January 4, 2022 14:35
imjoehaines added a commit that referenced this pull request Feb 17, 2022
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.

None yet

2 participants