Skip to content

0.5.1

Compare
Choose a tag to compare
@tmccombs tmccombs released this 22 Mar 05:41
· 43 commits to main since this release

Added

Fixed

  • Fixed compilation on non-unix environments, where tokio-net doesn't include unix sockets
  • SpawningHandshakes will abort the tasks for pending connections when the linked futures are dropped. This should allow timeouts to cause the connectionto be closed.