-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
As part of our work to convert the driver to be async, we'll need to update the DNS lookups for SRV and TXT records to be performed asynchronously. For tokio, we can use trust-dns's AsyncResolver::tokio_from_system_conf, and for async-std, we can implement the undocumented RuntimeProvider trait and call AsyncResolver::from_system_conf.