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
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:
parent
98712a6051
commit
8f049397ae
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ async fn handle_incoming_loop<T: RmcCallable + Send + Sync + Debug + 'static>(
|
||||||
let notify = notify.clone();
|
let notify = notify.clone();
|
||||||
let incoming = incoming.clone();
|
let incoming = incoming.clone();
|
||||||
task::spawn(
|
task::spawn(
|
||||||
handle_incoming(sending_conn, remote, notify, incoming, data).in_current_span(),
|
handle_incoming(sending_conn, remote, notify, incoming, data),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue