From 1b6307bcb5cf4b2a08fc24307e49be5c1f61582d Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Wed, 16 Dec 2020 20:08:27 +0800 Subject: [PATCH] 监听再前 --- robot/robot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/robot.lua b/robot/robot.lua index b1c714d..59ec798 100644 --- a/robot/robot.lua +++ b/robot/robot.lua @@ -104,8 +104,8 @@ function sendServer(actionCode, bin) end function requestServer(actionCode, bin, callback, isKeep) - sendServer(actionCode, bin) addListener(actionCode, callback, isKeep) + sendServer(actionCode, bin) end local function heartBeat() -- libgit2 0.21.2