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

Reduce Mux logging on Close #2901

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Reduce Mux logging on Close #2901

merged 2 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. Use Mutex for Mux

    We only read from one goroutine, the RWMutex doesn't help improve
    performance in this case
    sukunrt committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8835a89 View commit details
    Browse the repository at this point in the history
  2. Fix Mux logging on Close

    sukunrt committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7869792 View commit details
    Browse the repository at this point in the history