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

Use a global event ID counter on Windows #243

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Commits on Oct 2, 2024

  1. Use a global event ID counter on Windows.

    Avoids generating duplicate event IDs in different threads. Note that event IDs are defined to be thread-local, so this is not a semantic change, but it does help with debugging and with detecting illegal use of event IDs.
    s-ludwig committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    16da4af View commit details
    Browse the repository at this point in the history