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

Commits on Nov 23, 2023

  1. chore: deprecate WindowUpdateMode::OnReceive

    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.
    mxinden committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    61d510c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mxinden authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    70cad4d View commit details
    Browse the repository at this point in the history