EasySocket icon indicating copy to clipboard operation
EasySocket copied to clipboard

停止心跳是不是写错了

Open BestDreams opened this issue 5 years ago • 1 comments

难道不应该是stopHeartThread()吗?

/** * 停止心跳发送 */ @Override public void stopHeartbeat() { isActivate = false; startHeartThread(); }

BestDreams avatar Sep 22 '20 02:09 BestDreams

确实写错了,已更正

jiusetian avatar Sep 22 '20 14:09 jiusetian