mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 00:53:21 -07:00
get connected to temporal
This commit is contained in:
parent
69c590ff81
commit
d865c42ef8
5 changed files with 30 additions and 4 deletions
|
@ -99,6 +99,9 @@ pub extern "C" fn smee_client_notify_network_joined(
|
|||
|
||||
match smee.notify_network_joined(params) {
|
||||
Ok(()) => true,
|
||||
Err(_) => false,
|
||||
Err(e) => {
|
||||
println!("error notifying network joined: {0}", e.to_string());
|
||||
false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue