This commit is contained in:
aozhiwei 2020-01-14 21:18:24 +08:00
parent d2f62db9e9
commit 2eff43c5ee

View File

@ -172,6 +172,7 @@ void MasterSvr::CheckAlive()
} else {
if (a8::XGetTickCount() - last_pong_tick > 60 * 10 * 1000) {
last_pong_tick = a8::XGetTickCount();
Close();
Open();
} else {
ss::SS_Ping msg;