Open
Description
async_std::net::TcpStream
implements Clone
, which makes it possible to read and write to a socket at the same time.
Official async-std example
This library does not implement Clone
for TlsStream
, neither does it implement AsyncRead
or AsyncWrite
for &TlsStream
.
How would I rewrite the example above to use TLS when TlsStream
is not clonable?
Metadata
Metadata
Assignees
Labels
No labels