quininer / tokio-rustls

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

Update to tokio 0.2.0-alpha.4 #45

Closed LucioFranco closed 5 years ago

LucioFranco commented 5 years ago

This updates to the latest tokio and pins. I had to use a delay in the tests since now TcpStream::bind returns a future. Since it was just a test and this is an alpha I'm fine with it cuz I want to actually start using this 😄

cc @quininer

LucioFranco commented 5 years ago

Same error is showing up on CI :(

quininer commented 5 years ago

This seems to be because the shutdown behavior has changed.

quininer commented 5 years ago

tokio-rustls v0.12.0-alpha.2 has been released.

LucioFranco commented 5 years ago

@quininer wonderful thank you!