bug fix for msgbox, todo: test more for msgbox in file_transfer.tis

This commit is contained in:
open-trade
2022-01-05 16:32:45 +08:00
parent 6767dda246
commit b24e16d6c1
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ use crate::{
udp::FramedSocket,
ResultType,
};
use anyhow::{bail, Context};
use anyhow::Context;
use std::net::SocketAddr;
use tokio::net::ToSocketAddrs;
use tokio_socks::{IntoTargetAddr, TargetAddr};