We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WhoIs
Currently WhoIs lookup is blocking which causes problems when trying to scale the functionality to hundreds of concurrent requests.
https://github.com/JuxhinDB/twistrs/blob/1f359b5797937115a511847954b5b033cd1bdc22/twistrs/src/enrich.rs#L357-L371
Should take a look at the whois_rust crate and see if it's possible to refactor this to an async call - https://docs.rs/whois-rust/latest/whois_rust/#asynchronous-apis
whois_rust
The text was updated successfully, but these errors were encountered:
JuxhinDB
No branches or pull requests
Currently WhoIs lookup is blocking which causes problems when trying to scale the functionality to hundreds of concurrent requests.
https://github.com/JuxhinDB/twistrs/blob/1f359b5797937115a511847954b5b033cd1bdc22/twistrs/src/enrich.rs#L357-L371
Should take a look at the
whois_rust
crate and see if it's possible to refactor this to an async call - https://docs.rs/whois-rust/latest/whois_rust/#asynchronous-apisThe text was updated successfully, but these errors were encountered: