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

Handle concurrent WebSockets messages #6210

Merged
merged 10 commits into from
Oct 25, 2023
Merged

Commits on Oct 20, 2023

  1. Test for #6169

    emlautarom1 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a05a74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b44f59 View commit details
    Browse the repository at this point in the history
  3. Fix ScheduleAction usages

    - Use async everywhere
    emlautarom1 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    99a3200 View commit details
    Browse the repository at this point in the history
  4. Parametrize test

    emlautarom1 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0da4e8b View commit details
    Browse the repository at this point in the history
  5. Reduce number of messages

    emlautarom1 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9c3ec2d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    fe571ac View commit details
    Browse the repository at this point in the history
  2. Add locks to avoid concurrency issues

    - Locks :(
    emlautarom1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4a085cd View commit details
    Browse the repository at this point in the history
  3. Dispose semaphore

    emlautarom1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9478eae View commit details
    Browse the repository at this point in the history
  4. Targeted new

    emlautarom1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a9f7700 View commit details
    Browse the repository at this point in the history
  5. Reduce delays

    emlautarom1 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bc619e9 View commit details
    Browse the repository at this point in the history