-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The app communicates via the MQTT push server only. The MQTT push server monitors the MQTT messages for the specified accounts and sends push messages via Google (Android) and Apple (iOS) to corresponding mobile devices connected to this account. In addition, the server keeps the last 100 MQTT push messages for each account.
Do you think we could utilize MQTT Persistent Sessions for that?
100 MQTT push messages restriction (and the restriction of 256 bytes per message) is quite a shortcoming. As well as relying on 3rd party server user can't control.
So I would propose communicate with the MQTT push server only when it strictly necessary (for it's purpose - push notifications themselves). In all the other cases, use MQTT broker normally.
Metadata
Metadata
Assignees
Labels
No labels