Add temporary debug prints.

This commit is contained in:
yukirij 2024-08-16 14:58:09 -07:00
parent e9513cdae8
commit f75642fd30

View File

@ -176,6 +176,7 @@ async fn main()
Ok(_) => { Ok(_) => {
println!("Listener bind successful."); println!("Listener bind successful.");
tokio::spawn(async move { tokio::spawn(async move {
println("ACCEPT");
while server.accept(handle_http, HttpServiceArgs { while server.accept(handle_http, HttpServiceArgs {
bus:bus.connect().unwrap(), bus:bus.connect().unwrap(),
cache:cache.clone(), cache:cache.clone(),