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

Allow writer to be ended/closed #60

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Allow writer to be ended/closed #60

merged 3 commits into from
Aug 28, 2024

Conversation

smessie
Copy link
Member

@smessie smessie commented Aug 26, 2024

First commit reformats the code by applying prettier to the codebase.

Second commit allows writers to also be ended just like readers, to signal a loss of interest in the stream by a consumer.
The processor writing to a stream should thus listen to its end event to make sure it stops sending through data when the stream has been ended.

Third commit removes Bun specifics: run CI tests with Node.js instead of Bun and removes the Bun command in the build script. Please verify that this is still totally okay!

@ajuvercr ajuvercr merged commit 5222b85 into master Aug 28, 2024
1 check passed
@ajuvercr ajuvercr deleted the stream-end branch August 28, 2024 07:20
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.

2 participants