MrElectrify
Results
1
issues of
MrElectrify
`asio::ip::tcp::resolver::async_resolve` resolves names in-order on Windows, I.E. multiple name resolutions do not take place at a given time. As I suspected, `getaddrinfo` is used in a worker thread in the...