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

Catch error from stream reader #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

a4840639
Copy link

The upstream may throw error if unexpected things happened like lost connection
to server. Currently it is not catched which will is an uncatched promise
rejection. It will also make the stream stuck in not done state.

Related to #53

The upstream may throw error if unexpected things happened like lost connection
to server. Currently it is not catched which will is an uncatched promise
rejection. It will also make the stream stuck in not done state.
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

1 participant