Calling & Config
This commit is contained in:
parent
1baaad2f76
commit
e4bea23dc2
8 changed files with 47 additions and 31 deletions
|
|
@ -57,7 +57,7 @@ impl OmegaConnection {
|
|||
let identify_msg = CommunicationValue::new(CommunicationType::identification)
|
||||
.add_data(
|
||||
DataTypes::uuid,
|
||||
JsonValue::String(CONFIG.lock().await.omikron_id.to_string()),
|
||||
JsonValue::String(CONFIG.read().await.omikron_id.to_string()),
|
||||
);
|
||||
self.send_message(&identify_msg).await;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue