We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f20f commit 6b9db47Copy full SHA for 6b9db47
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.4.5
2
+
3
+- Don't poll `readiness()` future again after it has returned an error.
4
5
# Version 1.4.4
6
7
- Store `readable` future inside `Incoming` struct.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-net"
-version = "1.4.4"
+version = "1.4.5"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async networking primitives for TCP/UDP/Unix communication"
0 commit comments