mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 05:50:01 -04:00
rename to transportread/transportwrite/transportreadext/transportext
This commit is contained in:
parent
3f381d6b39
commit
a986fc07c4
16 changed files with 96 additions and 96 deletions
|
@ -34,7 +34,7 @@ use wisp_mux::{
|
|||
AnyProtocolExtensionBuilder, ProtocolExtensionListExt,
|
||||
},
|
||||
packet::StreamType,
|
||||
ws::{TokioWebsocketsTransport, WebSocketWrite, WebSocketExt},
|
||||
ws::{TokioWebsocketsTransport, TransportWrite, TransportExt},
|
||||
ClientMux, WispError, WispV2Handshake,
|
||||
};
|
||||
|
||||
|
@ -98,7 +98,7 @@ async fn create_mux(
|
|||
opts: &Cli,
|
||||
) -> Result<
|
||||
(
|
||||
ClientMux<impl WebSocketWrite>,
|
||||
ClientMux<impl TransportWrite>,
|
||||
impl Future<Output = Result<(), WispError>> + Send,
|
||||
),
|
||||
Box<dyn Error + Send + Sync>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue