fix: python keep alive
This commit is contained in:
@@ -486,6 +486,9 @@ async fn handle_connection(
|
||||
|
||||
// TODO: Start tournaments
|
||||
|
||||
else if text == "PING" {
|
||||
let _ = send(&tx, "PONG");
|
||||
}
|
||||
else {
|
||||
let _ = send(&tx, "ERROR:UNKNOWN");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user