add more debuging
This commit is contained in:
parent
8e9d179d49
commit
b8d02b2077
@ -304,6 +304,7 @@ fn main() -> std::io::Result<()> {
|
|||||||
} // just let me have my thread
|
} // just let me have my thread
|
||||||
|
|
||||||
smol::block_on(async {
|
smol::block_on(async {
|
||||||
|
println!("{} listener started!", "[LOG]".blue());
|
||||||
loop {
|
loop {
|
||||||
buf.fill(0);
|
buf.fill(0);
|
||||||
match socket.recv_from(&mut buf) {
|
match socket.recv_from(&mut buf) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user