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

Half-closed reads removes the possibility to communicate Stream closure #135

Closed
lukaspj opened this issue Oct 1, 2024 · 1 comment
Closed

Comments

@lukaspj
Copy link

lukaspj commented Oct 1, 2024

#131 breaks a very fundamental thing in Yamux, the ability to inform the other end of the line that we are not interested in the Stream anymore.
This forces us to roll-back to a previous version.

This could be solved by #115 I believe, if we had a "remote closed" channel we could listen on to detect the half-closed state.

@lukaspj
Copy link
Author

lukaspj commented Oct 4, 2024

Never mind I crossed some wires here, will close

@lukaspj lukaspj closed this as completed Oct 4, 2024
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

No branches or pull requests

1 participant