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

fix(websocket): backport quicksink panic fix #5494

Merged
merged 3 commits into from
Jul 16, 2024

Commits on Jul 11, 2024

  1. refactor: inline quicksink crate

    Adds the quicksink crate, which is offered under the MIT or Apache 2 license, as a module. This enables maintenance since quicksink itself has been archived for a year in a half.
    
    Resolves libp2p#4705.
    
    Pull-Request: libp2p#4711.
    kayabaNerve authored and jxs committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    65cdc07 View commit details
    Browse the repository at this point in the history
  2. fix(webocket): Avoid panic when polling quicksink after errors

    Pull-Request: libp2p#5482.
    lexnv authored and jxs committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b496a9a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update transports/websocket/CHANGELOG.md

    Co-authored-by: Darius Clark <[email protected]>
    jxs and dariusc93 authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    83fa546 View commit details
    Browse the repository at this point in the history