Closed
Description
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!
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!