-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
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. Unfortunately, changing parse to always be async would break users of the sync API, so for now we need to add a parse_async method.