- 修复msghub中的ServerMsgKeyOrderStatusChanged事件错

This commit is contained in:
gazebo
2019-04-26 11:23:39 +08:00
parent 973b6c6869
commit aa72951154

View File

@@ -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] {