open connection log

This commit is contained in:
MeexReay 2025-04-13 12:49:16 +03:00
parent 2756856286
commit d618f10156

View File

@ -82,6 +82,8 @@ impl FlowgateServer {
let Ok(_) = stream.set_read_timeout(Some(local_self.config.connection_timeout)) else { continue }; let Ok(_) = stream.set_read_timeout(Some(local_self.config.connection_timeout)) else { continue };
threadpool.execute(move || { threadpool.execute(move || {
debug!("{} open connection", addr);
local_self.accept_stream( local_self.accept_stream(
&mut stream, &mut stream,
addr, addr,