You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems quite strange, and I was wondering if you could suggest how to still get an io::Error if there is a problem with the connection?
Tokio version:
tokio = { version = "1.36.0", features = ["full", "tracing"] }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I've faced a strange problem when working with TcpConnection. Having an initialized connection using:
even if the ethernet (Wi-Fi) is turned off, subsequent
write
operations do not return std::io::Error:This seems quite strange, and I was wondering if you could suggest how to still get an io::Error if there is a problem with the connection?
Tokio version:
#help #bug
Beta Was this translation helpful? Give feedback.
All reactions