Skip to content

Make use of MQTT Persistent Sessions #4

@bam80

Description

@bam80

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions