From 8619275410ed99670d9a548159a16276da2adf7a Mon Sep 17 00:00:00 2001 From: AICells <1713699517@qq.com> Date: Mon, 23 Dec 2019 00:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/httpCli/agAgencyUtils.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/httpCli/agAgencyUtils.erl b/src/httpCli/agAgencyUtils.erl index 751602e..b22fa22 100644 --- a/src/httpCli/agAgencyUtils.erl +++ b/src/httpCli/agAgencyUtils.erl @@ -69,6 +69,8 @@ cancelTimer(TimerRef) -> {timeout, TimerRef, _Msg} -> %% 丢弃该超时消息 ok + after 0 -> + ok end; _ -> %% Timer 已经运行了