-
Notifications
You must be signed in to change notification settings - Fork 69
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
check stream readable #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the above changes 👍
Sorry I haven't landed this yet -- it's not because this is not desired, just trying to determine if this is semver major or can land as semver minor. I'm poking it now to see if everything that currently would fail this check just hangs forever, then that sounds semver minor to me 👍 |
This comment was marked as spam.
This comment was marked as spam.
@dougwilson were you able to determine if this would be semver major or minor? |
Add check for stream in situation #57 ,if the
stream.readable
isfalse
, there will be an error instead of endless waiting.