Selaa lähdekoodia

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

xyxie 5 päivää sitten
vanhempi
commit
c196bd074e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      services/websocket_msg.go

+ 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 {