-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add non-blocking functionality #47
Comments
Which errors do occur inside a tokio runtime? My time currently is limited, so I can't promise anything right away |
It shows that another runtime cannot be started, I don't have the exact error to hand, but it happens in the DNS portion |
Will be released soon in v1.11 |
It's released on crates.io and in nixpkgs |
Currently, the library is not non-blocking and causes errors with tokio as a runtime is being created during execution. This could potentially be resolved through spawning the DNS portion with a call to
tokio::task::spawn_blocking
The text was updated successfully, but these errors were encountered: