fix(instrument-removal): bruh i forgot
All checks were successful
Build and Test / build-editions (splatoon) (push) Successful in 3m16s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m31s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 5m32s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 5m55s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m55s
Build and Test / build-editions (mario-tennis) (push) Successful in 6m39s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 6m43s
Build and Test / build-editions (sonic-transformed) (push) Successful in 5m34s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 2m53s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 7m24s
Build and Test / build-editions (wii-u-chat) (push) Successful in 8m23s
Build and Test / build-editions (terraria) (push) Successful in 8m23s

This commit is contained in:
redbinder0526 2026-08-08 16:29:57 +02:00
commit 8f049397ae

View file

@ -406,7 +406,7 @@ async fn handle_incoming_loop<T: RmcCallable + Send + Sync + Debug + 'static>(
let notify = notify.clone();
let incoming = incoming.clone();
task::spawn(
handle_incoming(sending_conn, remote, notify, incoming, data).in_current_span(),
handle_incoming(sending_conn, remote, notify, incoming, data),
);
}