forked from spacebar/rust-nex
add pid
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;
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue