From 948cabcf52f12ccec74379eebd61a59a965109be Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 30 Jul 2021 17:40:45 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 210d720af..46e8e7201 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -237,6 +237,9 @@ func (t *TcpClient) doPrint2(key string) (err error) { var ( db = dao.GetDB() ) + if !t.isExistMsg(key) { + return err + } for { select { case printMsg := <-t.MsgMap[key]: