Currently, when the sync api is enabled, ClientOptions::parse switches from async to sync. This was reasonable when sync and async were mutually exclusive, but isn't good now that they're not. As a breaking change for 3.0, we should change parse to always be async and add another method that's always sync.
- duplicates
-
RUST-1332 Allow using async ClientOptions::parse when sync API is enabled
- Closed