quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

How can I solve client request pending in the tokio-rustls version of 0.10.2. #61

Closed lixiaodongcq closed 4 years ago

lixiaodongcq commented 4 years ago

i meet the problem like issue of https://github.com/quininer/tokio-rustls/issues/55, i do not want to upgrade tokio-rustls, how can i solve this problem in 0.10.2 ?

quininer commented 4 years ago

I will try backport this fix later. :)

lixiaodongcq commented 4 years ago

Thank you very much!

quininer commented 4 years ago

I just released 0.10.3. Anyway I suggest you upgrade to 0.12.

lixiaodongcq commented 4 years ago

Thanks! Can i get the version of 0.10.3 now ?

quininer commented 4 years ago

Yes, see https://crates.io/crates/tokio-rustls/0.10.3

lixiaodongcq commented 4 years ago

Hello, When i use 0.10.3, there is some improvement in the request pending, but sometimes pending occurs, can you continue to optimize it based on 0.10.3?