Remove todo

This commit is contained in:
Joscha 2022-10-23 14:07:57 +02:00
parent f5ba899a36
commit 1c0f73b6b0

View file

@ -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();