support re-register

This commit is contained in:
haibo.chen
2025-03-12 15:28:43 +08:00
parent b36fa94d48
commit c5a526e3b7
8 changed files with 107226 additions and 37 deletions

View File

@ -49,4 +49,6 @@ func (s *Service) Start() error {
func (s *Service) Stop() {
s.Uac.Stop()
s.Uas.Stop()
// 停止设备心跳检查器
GetDeviceManager().stopHeartbeatChecker()
}