Skip to content
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

Dns resolving is not async #379

Closed
doyoubi opened this issue Sep 16, 2020 · 0 comments · Fixed by #606
Closed

Dns resolving is not async #379

doyoubi opened this issue Sep 16, 2020 · 0 comments · Fixed by #606
Labels

Comments

@doyoubi
Copy link

doyoubi commented Sep 16, 2020

The current get_async_connection internally uses to_socket_addrs to resolve domains which is not async and will block the whole process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants