From 1c0f73b6b091476b9d902d17e73c0573d1396a65 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 23 Oct 2022 14:07:57 +0200 Subject: [PATCH] Remove todo --- src/conn.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/conn.rs b/src/conn.rs index 0386be3..61ed72e 100644 --- a/src/conn.rs +++ b/src/conn.rs @@ -533,8 +533,6 @@ impl ConnRx { } } -// TODO Combine ConnTx and ConnRx and implement Stream + Sink? - pub fn wrap(ws: WsStream, timeout: Duration) -> (ConnTx, ConnRx) { let (tx_canary_tx, tx_canary_rx) = mpsc::unbounded_channel(); let (rx_canary_tx, rx_canary_rx) = oneshot::channel();