Cleanup & More migration To TTP

This commit is contained in:
Alex Emmet 2026-03-08 18:11:23 +01:00
commit cce13a2b5a
8 changed files with 253 additions and 2226 deletions

View file

@ -42,9 +42,9 @@ impl ClientConnection {
pub fn start(self: Arc<Self>) {
let self_clone = self.clone();
tokio::spawn(async move {
/*while let Ok(cv) = self_clone.receiver.receive().await {
while let Ok(cv) = self_clone.receiver.receive().await {
self_clone.clone().handle_message(cv).await;
}*/
}
});
}