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

Adding error handling inside stream end callback #3967

Merged
merged 4 commits into from Dec 23, 2021

Conversation

djs113
Copy link
Contributor

@djs113 djs113 commented Aug 21, 2021

This PR fixes #3941. When the response is a stream and an error happens inside the end callback, there is no error handling present and this PR fixes it.

@djs113 djs113 changed the title Stream end callback error Adding error handling inside stream end callback Aug 21, 2021
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.

uncaughtException from steam's end callback
2 participants