F fabton1963 Member Licensed User Longtime User Jan 22, 2025 #1 What is the correct way to use MQTT_Client with B4XPages? Should the ConnectAndReconnect function be declared in the Starter module, in every page, or in the B4XMainPage?
What is the correct way to use MQTT_Client with B4XPages? Should the ConnectAndReconnect function be declared in the Starter module, in every page, or in the B4XMainPage?
aminoacid Active Member Licensed User Longtime User Jan 23, 2025 #2 Put the ConnectAndReconnect() Sub ONLY in the B4XMainPage module. Upvote 1