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
Hi, thanks for this crate.
I recently implemented support for SOCKS in ureq using this crate, using std::thread and condvar for connection timout, which is suboptimal.
std::thread
condvar
I had a look at the implementation of Socks5Stream::connect which uses BufReader so it's not obvious to me how to implement this.
Socks5Stream::connect
BufReader
Please could I have some advice how to implement this so I could submit a PR?
The text was updated successfully, but these errors were encountered:
I am interested too in supporting timeout in this lib
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for this crate.
I recently implemented support for SOCKS in ureq using this crate, using
std::thread
andcondvar
for connection timout, which is suboptimal.I had a look at the implementation of
Socks5Stream::connect
which usesBufReader
so it's not obvious to me how to implement this.Please could I have some advice how to implement this so I could submit a PR?
The text was updated successfully, but these errors were encountered: