-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Describe the bug
The Cloud Synchronization in real time does not work anymore.
To Reproduce
Have two Macs with the app installed (or another person to help you)
The two Macs should share the same work space.
The Mac 1 create / modify something (like creating a sprint, a story)
The Mac 2 doesn't update directly with the new information up to date.
Expected behavior
The Mac 2 should have a push notification (silent, so not visible to the user) with the information needed to fetch the new changes.
Additional context
The problem has been notified when working on the Multiprofile story, but, even by going back in the git history to the original commit of the sync, the notifications doesn't go to the app.
The Notifications are delivered to the Mac (seen with the Console app) but not to the Running Order app... I don't have any clue about the problem.
The current solution is to fetch new changes every 5 minutes, and add manual refresh that the user can trigger.