add more debuging

This commit is contained in:
PoliEcho 2025-08-02 10:11:33 +02:00
parent 8e9d179d49
commit b8d02b2077

View File

@ -304,6 +304,7 @@ fn main() -> std::io::Result<()> {
} // just let me have my thread
smol::block_on(async {
println!("{} listener started!", "[LOG]".blue());
loop {
buf.fill(0);
match socket.recv_from(&mut buf) {