[WIP] Client connections
This commit is contained in:
parent
5716ed1aa2
commit
84bdcab0d1
4 changed files with 7 additions and 7 deletions
|
|
@ -109,7 +109,7 @@ impl ClientConnection {
|
|||
);
|
||||
return;
|
||||
}
|
||||
if !cv.is_type(CommunicationType::pong) {
|
||||
if !cv.is_type(CommunicationType::pong) && !cv.is_type(CommunicationType::ping) {
|
||||
log_out!(
|
||||
self.get_user_id().await,
|
||||
PrintType::Client,
|
||||
|
|
|
|||
Loading…
Reference in a new issue