-
Notifications
You must be signed in to change notification settings - Fork 52
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?
florianjacob, alex-berger, Sherlock-Holo, tianenchen, sachanganesh and 3 more
Metadata
Metadata
Assignees
Labels
No labels