From ab13305b64dd14dadcf70b174fa3db2189264989 Mon Sep 17 00:00:00 2001 From: hong Date: Mon, 5 Feb 2018 10:18:35 +0800 Subject: [PATCH] =?UTF-8?q?monitor=E4=B8=AD=E4=B8=8D=E5=A2=9E=E5=8A=A0ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lualib/skynet/datasheet/builder.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lualib/skynet/datasheet/builder.lua b/lualib/skynet/datasheet/builder.lua index 25806de6..1683a105 100644 --- a/lualib/skynet/datasheet/builder.lua +++ b/lualib/skynet/datasheet/builder.lua @@ -119,7 +119,6 @@ function datasheet.monitor(source, handle) if t.handle ~= handle then -- already changes skynet.ret(skynet.pack(t.handle)) else - h.ref = h.ref + 1 assert(not t.monitor[source]) t.monitor[source]=skynet.response() end