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

Fix data race in nextRequestId #57

Merged
merged 6 commits into from
Feb 25, 2024
Merged

Fix data race in nextRequestId #57

merged 6 commits into from
Feb 25, 2024

Commits on Dec 27, 2023

  1. Test fix fix

    SimplyKyra committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0a97007 View commit details
    Browse the repository at this point in the history
  2. Added print statements

    SimplyKyra committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    05550d0 View commit details
    Browse the repository at this point in the history
  3. Attempt three

    SimplyKyra committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    668c045 View commit details
    Browse the repository at this point in the history
  4. Added MainActor

    SimplyKyra committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9c2d308 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Was having issues with race conditions so switched the nextRequestId …

    …incrementation to be on the Main Actor thread.
    SimplyKyra committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e8a210a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Use a NIOLockedValueBox

    Joannis committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f7f1ae2 View commit details
    Browse the repository at this point in the history