[fix]平台发送的mqtt push放行

This commit is contained in:
PandaX
2023-10-25 10:31:16 +08:00
parent 2bf058afb0
commit b129a354bd
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ package updserver
import (
"context"
"fmt"
"net"
"pandax/pkg/global"
)
@@ -38,7 +37,6 @@ func (s *UdpServer) Start(ctx context.Context) error {
global.Log.Errorf("error http serve: %s", err)
return err
}
fmt.Println("UDP server started, listening on", listener.LocalAddr().String())
s.listener = listener
return nil
}