xW: don't delay sending out pongs

This commit is contained in:
Přemysl Eric Janouch 2023-07-27 16:19:15 +02:00
parent fcd1b8e011
commit 8c1464822b
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ relay_process_message(const Relay::EventMessage &m)
{
auto pong = new Relay::CommandData_PingResponse();
pong->event_seq = m.event_seq;
relay_send(pong);
relay_send_now(pong);
break;
}