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
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:
parent
5504fd91ae
commit
dce1c0720e
1 changed files with 1 additions and 1 deletions
|
|
@ -1298,7 +1298,7 @@ impl FriendsWiiU for FriendsUser {
|
||||||
}
|
}
|
||||||
|
|
||||||
presence.is_online = true;
|
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 data = Any::new(&presence).expect("type error");
|
||||||
let mut user_presence = self.presence.write().await;
|
let mut user_presence = self.presence.write().await;
|
||||||
*user_presence = Some(presence);
|
*user_presence = Some(presence);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue