Эх сурвалжийг харах

Merge branch 'feature/eta2.5.9_api_stat' into debug

xyxie 5 өдөр өмнө
parent
commit
c196bd074e

+ 1 - 0
services/websocket_msg.go

@@ -103,6 +103,7 @@ func DealEdbInspectionMessage(adminId int) {
 						err, isClose := WriteWebSocketMessageAsync(ctx, adminId, resp)
 						if err != nil {
 							utils.FileLog.Error("巡检信息发送失败,err:%s, adminId:%d", err.Error(), adminId)
+							cancel()
 							continue
 						}
 						if isClose {