Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

feat: close read and write streams #121

Closed
wants to merge 1 commit into from

Conversation

vasco-santos
Copy link
Member

@vasco-santos vasco-santos commented Apr 19, 2021

__ Created new PR with changes from #115 on top of current master branch __

This also now throws an error when a write is attempted on a non existent stream. Previously we would just send the message, but this is against the mplex protocol.

This is technically a breaking change due to how stream.close was only closing the read end of the stream, which is incorrect behavior.

Needs:

Related to #120

Closes #115

@achingbrain
Copy link
Member

Superseded by #170

@achingbrain achingbrain deleted the feat/close-read-and-write-streams branch May 20, 2022 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants