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

Prevent opening another substream right after the connection is closed #1563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 14, 2023

  1. Prevent opening another substream right after the connection is closed

    Back-off wasn't applied to locally closed or rejected connections which
    could cause `ProtocolController` to reconnect to the node right after
    a connection to them had been closed. Remote mightn't have noticed that
    a connection was closed and the immediate reconnection would cause
    remote side substream to not work as it was no longer writable.
    altonen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6970f10 View commit details
    Browse the repository at this point in the history