1
This commit is contained in:
parent
d2f62db9e9
commit
2eff43c5ee
@ -172,6 +172,7 @@ void MasterSvr::CheckAlive()
|
|||||||
} else {
|
} else {
|
||||||
if (a8::XGetTickCount() - last_pong_tick > 60 * 10 * 1000) {
|
if (a8::XGetTickCount() - last_pong_tick > 60 * 10 * 1000) {
|
||||||
last_pong_tick = a8::XGetTickCount();
|
last_pong_tick = a8::XGetTickCount();
|
||||||
|
Close();
|
||||||
Open();
|
Open();
|
||||||
} else {
|
} else {
|
||||||
ss::SS_Ping msg;
|
ss::SS_Ping msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user