Merge branch 'develop' into local-test
All checks were successful
local-test分支打包构建docker并发布运行 / Docker-Build (push) Successful in 1m36s

This commit is contained in:
tiger_zhou 2024-05-29 12:10:14 +08:00
commit 70da3d6dfd

View File

@ -134,6 +134,7 @@ func initEMMsg(trainState *state_proto.TrainState) map[int]*message.ElectricMach
}
func (s *electricalMachineryImpl) initElectricalMachinery() {
s.electricalMachineryUdpClientMap = map[int]udp.UdpClient{}
for _, c := range s.runConfig {
if &c != nil && c.Ip != "" && c.Open {
ep := PointA