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

peer: don't stop global msg router #8904

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Commits on Jul 9, 2024

  1. peer: don't stop global msg router

    In this commit, we fix a bug that would cause a global message router to
    be stopped anytime a peer disconnected. The global msg router only
    allows `Start` to be called once, so afterwards, no messages would
    properly be routed.
    Roasbeef committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0cd11ad View commit details
    Browse the repository at this point in the history