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

Socket processing improvements. #459

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Socket processing improvements. #459

merged 3 commits into from
Jan 3, 2024

Commits on Jan 2, 2024

  1. Socket processing improvements.

    1. Add SimpleSocketSender friend class for SimpleSocket for avoiding concurrent state modifications during racing receive and send operations.
    2. Don't log warning if socket shutdown initiated by client.
    3. Make StatTimer thread local.
    mirasrael committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e43442d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    286e259 View commit details
    Browse the repository at this point in the history
  2. Fix viewable_set_advice test invalid memory access (lambda callback w…

    …ith logView2 was called after logView2 already destroyed).
    mirasrael committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8cdf969 View commit details
    Browse the repository at this point in the history