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: allow event loop to process during wait queue processing #2537

Merged
merged 4 commits into from
Sep 9, 2020

Commits on Sep 8, 2020

  1. fix: allow event loop to process during wait queue processing

    Running `processWaitQueue` on the next tick allows the event loop
    to process while the connection pool is processing large numbers of
    wait queue members.
    
    NODE-2803
    mbroadst committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7b1d9bd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. correct timing issues around transactions

    `endSession` must wait for all the machinery behind the scenes to
    check out a connection and write a message before considering its
    job finished.
    mbroadst committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e340b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b21b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d73127 View commit details
    Browse the repository at this point in the history