Skip to content

RUST-1464 Use async connection establishment when using async-std (2.3.x backport) #746

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

Merged

Conversation

patrickfreed
Copy link
Contributor

RUST-1464

This PR backports a fix made in #721 that updated our async-std connection establishment to be async instead of blocking. This ensures that we don't halt the progress of other async tasks managed by the async-std runtime.

@patrickfreed patrickfreed marked this pull request as ready for review September 16, 2022 17:43
@patrickfreed patrickfreed requested review from a team and kmahar and removed request for a team September 16, 2022 17:43
@patrickfreed patrickfreed merged commit e7c2051 into mongodb:2.3.x Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants