diff --git a/src/stream/tcp.rs b/src/stream/tcp.rs index e5fa5d0..8c396ad 100644 --- a/src/stream/tcp.rs +++ b/src/stream/tcp.rs @@ -19,10 +19,8 @@ use std::{ time::Duration, }; use tokio::{ - io::{AsyncRead, AsyncWrite, AsyncWriteExt}, - runtime::Handle, + io::{AsyncRead, AsyncWrite}, sync::mpsc::{self, UnboundedReceiver, UnboundedSender}, - task, }; use log::{trace, warn};