fix guest login on backend
This commit is contained in:
parent
8164317b19
commit
7dd6265edd
1 changed files with 5 additions and 3 deletions
|
|
@ -56,9 +56,11 @@ pub async fn start_friends_backend() {
|
|||
})
|
||||
});
|
||||
} else {
|
||||
Arc::new_cyclic(move |this| FriendsGuest {
|
||||
fm,
|
||||
addr: c.prudpsock_addr,
|
||||
new_rmc_gateway_connection(stream.into(), move |r| {
|
||||
Arc::new_cyclic(move |this| FriendsGuest {
|
||||
fm,
|
||||
addr: c.prudpsock_addr,
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue