David Raifaizen
David Raifaizen
As mentioned by people like @acfoltzer , I also need to use this crate in a "client/browser like" application, and I need access to the fragment to perform an auth...
I just checked out this repo to fix this, and it seems like it actually already works in the repo. It seems that maybe they have not performed a cargo...
Either this was fixed, or this repo is abandonware, so closing
Thank you for the kind words, it's always a nice surprise to find out someone other than me actually uses this! As for your request, it is a very specific...
There could be some value to making the "generic" messages that I log myself as optional (via a config boolean). However, I personally think they occur infrequently enough that the...
Thank you for your input. It is true that the synchronous version of [https://docs.rs/tokio/1.8.1/tokio/net/struct.TcpStream.html#method.try_read](try_read) is exposed since it exists on the Tokio TcpSream struct directly. I do not think it...
Thank you for reporting this issue. I will try to look at it tomorrow night, when I believe I may have time.
Thank you, @junderw
> Just an idea: Since the whole point of this wrapping type is to use the AsyncWrite impl that does retries, and that impl requires certain impls to impl (English...
Similar previous issue - https://github.com/craftytrickster/stubborn-io/issues/22