You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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.
The text was updated successfully, but these errors were encountered: