Iota / Client endpoints on from the omega

This commit is contained in:
Alex Emmet 2026-01-10 23:40:17 +01:00
commit 9a09cb4860
6 changed files with 223 additions and 54 deletions

View file

@ -69,7 +69,7 @@ impl RhoConnection {
JsonValue::Number(Number::from(connection.get_user_id().await)),
);
self.iota_connection.send_message(notification).await;
self.iota_connection.send_message(&notification).await;
{
let mut connections = self.client_connections.write().await;
@ -134,7 +134,7 @@ impl RhoConnection {
/// Send message to Iota
pub async fn message_to_iota(&self, cv: CommunicationValue) {
self.iota_connection.send_message(cv).await;
self.iota_connection.send_message(&cv).await;
}
/// Set interested users for a specific client