From d1c322394dea9efb95f9759708d32b64e35c7d32 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 10 九月 2019 17:11:20 +0800 Subject: [PATCH] dial fix --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index 34393ee..8212b3d 100644 --- a/main.go +++ b/main.go @@ -49,7 +49,7 @@ dbapi.Init(*dbIp, *dbPort) go cache.Init(initchan, *dbIp, *surveyPort, *pubPort) logger.Info("cache init completed!!!", <-initchan) //dbserver鍒濆鍖栧畬姣� - ruleserver.Init() + go ruleserver.Init() go ruleserver.TimeTicker() go ruleserver.StartServer() nReciever("ipc:///tmp/sdk-2-rules-process.ipc", deliver.PushPull, 1) -- Gitblit v1.8.0