From c8a1d09ba4f105b5b209eccbb0cb3461b0fc626c Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 29 Jul 2021 16:38:39 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index f6fef65ce..50e43df80 100644 --- a/business/jxstore/event/event_tcp_utils.go +++ b/business/jxstore/event/event_tcp_utils.go @@ -101,7 +101,7 @@ var ( printMsgChan = make(chan *model.PrintMsg, 1024) printMsgCallbackChan = make(chan string, 1024) - printMsgChanFail = make(chan *model.PrintMsg) + printMsgChanFail = make(chan *model.PrintMsg, 1024) ) type PrintInfo struct {