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
Note this only happens if the entire connection is gone, so as long as we don't call shutdown() and THEN *_address() it is all fine. This is more defense in depth
The text was updated successfully, but these errors were encountered:
I don't think we can currently trigger this, but if the connection is fully shutdown this will error and panic. We unwrap it everywhere.
We could maybe use abstraction like
ztunnel/src/socket.rs
Line 148 in 6f42530
Note this only happens if the entire connection is gone, so as long as we don't call shutdown() and THEN
*_address()
it is all fine. This is more defense in depthThe text was updated successfully, but these errors were encountered: