错误日志

This commit is contained in:
meixiongfeng 2023-01-30 17:27:14 +08:00
parent 193d29d45d
commit 0978999824

View File

@ -91,6 +91,7 @@ locp:
continue continue
} }
if err := this.messageDistribution(msg); err != nil { if err := this.messageDistribution(msg); err != nil {
this.gateway.Errorf("messageDistribution err:%v", err)
go this.Close() go this.Close()
break locp break locp
} }