Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix issue #711: close emitted before end #859

Merged
merged 1 commit into from
Oct 14, 2018

Conversation

Congelli501
Copy link
Contributor

The 'end' event (emitted by stream.push(null)) should always be emitted before the close event.
This fixes issue #711

The 'end' event (emitted by `stream.push(null)`) should always be emitted before the close event.
This fixes issue sidorares#711
@sidorares sidorares merged commit 24c251c into sidorares:master Oct 14, 2018
@sidorares
Copy link
Owner

Thanks @Congelli501 !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants