[Add] client side identification

This commit is contained in:
Alex Emmet 2026-03-16 21:25:49 +01:00
commit 9dd9a919f6
5 changed files with 433 additions and 29 deletions

View file

@ -76,7 +76,7 @@ impl ClientConnection {
if !cv.is_type(CommunicationType::pong) && !cv.is_type(CommunicationType::ping) {
log_cv_out!(PrintType::Client, &cv);
}
self.sender.send(&cv).await;
let _ = self.sender.send(&cv).await;
}
/// Handle incoming message from client