Skip to content
Snippets Groups Projects

Implement Notifications for bindings

Merged Josh Brooks requested to merge XX-4082/Notifications into release
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -26,7 +26,6 @@ func (sm *ServicesManager) triggerServiceTracking() {
if len(sm.trackers) == 0 {
return
}
services := make(ServiceList)
for uid, tmap := range sm.tmap {
tList := make([]Service, 0, len(tmap))
Loading