From aa72951154005c81b618945620b50fa4c710ed92 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 26 Apr 2019 11:23:39 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8Dmsghub=E4=B8=AD=E7=9A=84S?= =?UTF-8?q?erverMsgKeyOrderStatusChanged=E4=BA=8B=E4=BB=B6=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/msghub/msghub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/msghub/msghub.go b/business/msghub/msghub.go index 578eb78c9..463028925 100644 --- a/business/msghub/msghub.go +++ b/business/msghub/msghub.go @@ -67,7 +67,7 @@ func routinueFunc() { registerMsg := msg.MsgData.(*MsgOp) delete(channelMap[registerMsg.StoreID], registerMsg.Chan2Listen) close(registerMsg.Chan2Close) - case ServerMsgNewOrder: + case ServerMsgNewOrder, ServerMsgKeyOrderStatusChanged: globals.SugarLogger.Debugf("msghub routinueFunc, msg:%s", utils.Format4Output(msg, false)) utils.CallFuncAsync(func() { for chan2Send := range channelMap[msg.StoreID] {