refactor(tracker): new closing mechanism logic

This commit is contained in:
2025-05-01 10:20:41 +03:00
parent 9f89c37956
commit 554a840982
9 changed files with 172 additions and 137 deletions
+1 -1
View File
@@ -309,6 +309,6 @@ func FuzzModel(f *testing.F) {
}
}
closeChan <- struct{}{}
broker.ToDetector <- tracker.MsgToDetector{Quit: true}
broker.CloseDetector <- struct{}{}
})
}