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(webocket): Avoid panic when polling quicksink after errors #5482

Merged
merged 9 commits into from
Jul 9, 2024

Commits on Jul 5, 2024

  1. websocket/framed: Introduce connection sender state to avoid polling

    after errors
    
    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    003bb0b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. websocket: Update changelog

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aaabdfa View commit details
    Browse the repository at this point in the history
  2. cargo: Bump libp2p-websocket to 0.43.2

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c57f795 View commit details
    Browse the repository at this point in the history
  3. cargo: Update libp2p-websocket in cargo.toml

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a43bde9 View commit details
    Browse the repository at this point in the history
  4. websocket: Polish comment

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d50efd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Revert "websocket/framed: Introduce connection sender state to avoid …

    …polling"
    
    This reverts commit 003bb0b.
    
    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f49ad41 View commit details
    Browse the repository at this point in the history
  2. Apply suggestion patch

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b248e52 View commit details
    Browse the repository at this point in the history
  3. quicksink/tests: Add test to guard against panics

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    30893a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0801b58 View commit details
    Browse the repository at this point in the history