xW: don't delay sending out pongs
This commit is contained in:
parent
fcd1b8e011
commit
8c1464822b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user