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

chore: deprecate WindowUpdateMode::OnReceive #177

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Nov 23, 2023

Continuation of #120.

Preparation for #175.

Also removes dead-lock warning for WindowUpdateMode::OnRead. With the restructuring of Connection::poll, one reads from the socket when writing is blocked. Thus the deadlock can not occur.

Continuation of libp2p#120.

Preparation for libp2p#175.

Also removes dead-lock warning for `WindowUpdateMode::OnRead`. With the restructuring of
`Connection::poll`, one reads from the socket when writing is blocked. Thus the deadlock can not
occur.
yamux/Cargo.toml Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
mxinden added a commit to mxinden/rust-yamux that referenced this pull request Nov 23, 2023
Follow up to previous deprecation libp2p#177.

Fixes libp2p#175.
@mxinden mxinden merged commit b2528d8 into libp2p:master Nov 24, 2023
1 check passed
@mxinden
Copy link
Member Author

mxinden commented Nov 24, 2023

Tagged and published.

mxinden added a commit that referenced this pull request Nov 27, 2023
Follow up to previous deprecation #177.

Fixes #175.
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