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();
|
auto pong = new Relay::CommandData_PingResponse();
|
||||||
pong->event_seq = m.event_seq;
|
pong->event_seq = m.event_seq;
|
||||||
relay_send(pong);
|
relay_send_now(pong);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue