From f393b6412476cac803ba88b2208aa4da562e7b7c Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 18 Aug 2014 17:40:18 +0800 Subject: [PATCH] remove watch from service_mgr --- service/service_mgr.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/service/service_mgr.lua b/service/service_mgr.lua index db9499d4..4d9e4119 100644 --- a/service/service_mgr.lua +++ b/service/service_mgr.lua @@ -117,7 +117,6 @@ local function register_global() function cmd.REPORT(m) mgr[m] = true - skynet.watch(m) end local function add_list(all, m)