comment out discovery button

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2021-12-21 00:49:39 +08:00
parent d00352f4e4
commit 35462eecfe
3 changed files with 9 additions and 6 deletions

View File

@@ -5,10 +5,7 @@ use hbb_common::{
udp::FramedSocket,
ResultType,
};
use std::collections::HashMap;
use std::future::Future;
use std::net::SocketAddr;
use std::sync::Arc;
use std::{collections::HashMap, future::Future, net::SocketAddr, sync::Arc};
/// Simple udp server
pub struct Server {