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

Fixes "InvalidOperationException" errors by performing async operations in SemaphoreSlim #796

Merged
merged 20 commits into from Nov 19, 2020

Commits on Nov 13, 2020

  1. Fixes "InvalidOperationException" errors by performing async write op…

    …erations in semaphore queue.
    cheenamalhotra committed Nov 13, 2020
    Copy the full SHA
    0f27c26 View commit details
    Browse the repository at this point in the history
  2. Add license header

    cheenamalhotra committed Nov 13, 2020
    Copy the full SHA
    aca1cc6 View commit details
    Browse the repository at this point in the history
  3. Fix default include

    cheenamalhotra committed Nov 13, 2020
    Copy the full SHA
    65ec669 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9ea1207 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Copy the full SHA
    7cc72ed View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Improvements

    cheenamalhotra committed Nov 16, 2020
    Copy the full SHA
    ddcfd41 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Unblock Sync overrides

    cheenamalhotra committed Nov 17, 2020
    Copy the full SHA
    f6b5da4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3eaa757 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de07449 View commit details
    Browse the repository at this point in the history
  4. Revert test change

    cheenamalhotra committed Nov 17, 2020
    Copy the full SHA
    acfcb35 View commit details
    Browse the repository at this point in the history
  5. Change to async/await

    cheenamalhotra committed Nov 17, 2020
    Copy the full SHA
    664529a View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: David Engel <dengel@magnitude.com>
    cheenamalhotra and David-Engel committed Nov 17, 2020
    Copy the full SHA
    dcd2531 View commit details
    Browse the repository at this point in the history
  7. Reset locks

    cheenamalhotra committed Nov 17, 2020
    Copy the full SHA
    cd0153a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    72c54a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Copy the full SHA
    3e90787 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b743e45 View commit details
    Browse the repository at this point in the history
  3. Improve

    cheenamalhotra committed Nov 18, 2020
    Copy the full SHA
    7d341af View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f76e1c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Copy the full SHA
    10421a9 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    cheenamalhotra committed Nov 19, 2020
    Copy the full SHA
    d6b71ec View commit details
    Browse the repository at this point in the history