Unverified Commit bb5780c4 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

refactor(ws client): impl tokio:{AsyncRead, AsyncWrite} for EitherStream (#1249)

* refactor(ws client): tokio:{AsyncRead, AsyncWrite]

Simplify the code by implementing `tokio::io::{AsyncWrite, AsyncRead}`
for the EitherStream.

However, we still need the compat because soketto requires
futures::io::{AsyncRead, AsyncWrite}

* cargo fmt
parent ce61f7e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment