This commit is contained in:
suyl
2021-07-30 17:40:45 +08:00
parent 9f4786de45
commit 948cabcf52

View File

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