[Add] client side identification
This commit is contained in:
parent
789172cf0e
commit
9dd9a919f6
5 changed files with 433 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue