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

Resume reading after processing unknown messages #2332

Merged
merged 3 commits into from
Jun 29, 2022
Merged

Commits on Jun 26, 2022

  1. resume reading after processing unknown messages

    If the current chunk of data read from the TCP connection only contains
    unknown messages (in particular, could be only one isolated unknown
    message on an otherwise idle connection), we never resumed reading on
    the connection.
    
    This means all subsequent messages, including pings/pongs, won't be read,
    which is why the most visible effect is disconnecting due to no response
    to ping.
    
    Related to ElementsProject/lightning#5347.
    pm47 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f784690 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. better factorization

    pm47 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e998fe5 View commit details
    Browse the repository at this point in the history
  2. more logs

    pm47 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ff30986 View commit details
    Browse the repository at this point in the history