1
This commit is contained in:
@@ -283,6 +283,8 @@ func (t *TcpClient) doPrint(key string) (err error) {
|
|||||||
case printMsg, ok := <-t.MsgMap[key]:
|
case printMsg, ok := <-t.MsgMap[key]:
|
||||||
if !ok {
|
if !ok {
|
||||||
globals.SugarLogger.Debugf("doPrint err !ok ...")
|
globals.SugarLogger.Debugf("doPrint err !ok ...")
|
||||||
|
t = nil
|
||||||
|
Poll.Stop()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user