Start on a Client::status method that can be observed

This commit is contained in:
Antonio Scandurra
2021-09-08 15:58:16 +02:00
parent 75bd1bdda7
commit af6e931da7
5 changed files with 111 additions and 52 deletions
+1 -1
View File
@@ -1714,7 +1714,7 @@ mod tests {
)
.detach();
client
.add_connection(user_id.to_proto(), client_conn, &cx.to_async())
.set_connection(user_id.to_proto(), client_conn, &cx.to_async())
.await
.unwrap();
(user_id, client)