I found the issue: we added observers for NotificationService, but did not remove it. So everything is fixed with:
NotificationCenter.default.removeObserver(self)
I found the issue: we added observers for NotificationService, but did not remove it. So everything is fixed with:
NotificationCenter.default.removeObserver(self)