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
As per #365 (comment) we should implement Clone for TcpStream. The inner fd is already wrapped in an Arc, so cloning it should be straightforward. Thanks!