In a B4A program, I have several B4XPages which send and receive MQTT requests to/from an external broker.
For an external reason, this page disappears. When it reappears, the MQTT receive events are not fired.
AT that point, I am sure that the connection is working fine (mqtt.connected = true) and that the broker returns correctly the demands.
WHat could be my issue ?
For an external reason, this page disappears. When it reappears, the MQTT receive events are not fired.
AT that point, I am sure that the connection is working fine (mqtt.connected = true) and that the broker returns correctly the demands.
WHat could be my issue ?