You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Application-Server, like the Matrix-Instance, send a Push Message to an Push Gateway (e.g. FCM, UnifiedPush).
The Distributer Application, like Gotify or GoogleServices, has a Persistent Connection to the Push Gateway and recieve the Push Massage . So the Application, like Syphon, could be wake up by Distributer Application and tell it, that the Matrix-Instance has new messages.
The Benefits of it is to safe battery, that Android just keep one connection to Push Gateway and not every Application holds one Connection. The Applications could also stopped and recieve new state out of the Internet.
It depends on the Application, but the information of the new state, could also received earlier. Like an the application pulls every x minutes.
Add ability to choose between background sync thread or a unified push instance.
https://unifiedpush.org/developers/flutter
The text was updated successfully, but these errors were encountered: