del finished TODOs

This commit is contained in:
csf
2022-09-13 22:37:16 +08:00
parent 2e2bf3b8fb
commit 583ccb4b66
5 changed files with 3 additions and 17 deletions

View File

@@ -365,7 +365,7 @@ pub mod connection_manager {
log::debug!("call_service_set_by_name fail,{}", e);
}
// send to UI, refresh widget
self.push_event("add_connection", vec![("client", &client_json)]); // TODO use add_connection
self.push_event("add_connection", vec![("client", &client_json)]);
}
fn remove_connection(&self, id: i32) {