add pid
All checks were successful
Build and Test / minecraft-wiiu (push) Successful in 5m26s
Build and Test / splatoon (push) Successful in 5m28s
Build and Test / fast-racing-neo (push) Successful in 5m58s
Build and Test / wii-sports-club (push) Successful in 6m11s
Build and Test / puyopuyo (push) Successful in 7m14s
Build and Test / wii-u-chat (push) Successful in 8m23s
Build and Test / friends (push) Successful in 13m10s
Build and Test / super-mario-maker (push) Successful in 13m16s
Build and Test / terraria (push) Successful in 13m15s
Build and Test / splatoon-testfire (push) Successful in 13m18s
Build and Test / mario-tennis (push) Successful in 14m56s
Build and Test / sonic-transformed (push) Successful in 15m28s

This commit is contained in:
red binder 2026-08-08 23:03:30 +02:00
commit dce1c0720e

View file

@ -1298,7 +1298,7 @@ impl FriendsWiiU for FriendsUser {
}
presence.is_online = true;
println!("the presence that was sent is: {:?}", presence);
println!("the presence that was sent is: {:?} from pid {:?}", presence, self.pid);
let data = Any::new(&presence).expect("type error");
let mut user_presence = self.presence.write().await;
*user_presence = Some(presence);