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

fix(MessageStream): handle errors more gracefully in async iterator #301

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

stainless-bot
Copy link
Collaborator

Errors that were thrown in the async iterator of the MessageStream would previously
throw as an unhandled promise rejection.
See: #298

Errors that were thrown in the async iterator of the MessageStream would previously
throw as an unhandled promise rejection.

See: #298
@stainless-bot stainless-bot requested a review from a team as a code owner March 1, 2024 00:32
@stainless-bot stainless-bot merged commit 9cc0daa into next Mar 1, 2024
@stainless-bot stainless-bot deleted the fix-message-stream-handle-errors branch March 1, 2024 00:32
@stainless-bot stainless-bot mentioned this pull request Mar 1, 2024
RobertCraigie pushed a commit that referenced this pull request Mar 4, 2024
…301)

Errors that were thrown in the async iterator of the MessageStream would previously
throw as an unhandled promise rejection.
See: #298
This was referenced Jan 21, 2025
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.

1 participant