From 2dd5a06616c9283bc9fb510f6b97cae110eae40d Mon Sep 17 00:00:00 2001 From: hong Date: Sat, 3 Feb 2018 15:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=84=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lualib/skynet/datasheet/builder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/skynet/datasheet/builder.lua b/lualib/skynet/datasheet/builder.lua index 681af023..25806de6 100644 --- a/lualib/skynet/datasheet/builder.lua +++ b/lualib/skynet/datasheet/builder.lua @@ -121,7 +121,7 @@ function datasheet.monitor(source, handle) else h.ref = h.ref + 1 assert(not t.monitor[source]) - t.monitor[source]=handle + t.monitor[source]=skynet.response() end end