Real-Time message MQTT subscribe

0
Hello, everyone!   I’m developing an app that recieves and sends MQTT message with the Mendix MQTT Module. By default, the messages are displayed in the console, but I made then show on UI, but my question is: how do I refresh the chat automaticly (or like refresh when a new message is made (subscribe)? Everytine that I need to read a new message, I have to refresh the page.   Best Regards, Thank you!
asked
1 answers
1

Have a look to this module to refresh the client with a web socket.Have a look to this module to refresh the client with a web socket.

https://marketplace.mendix.com/link/component/115800

answered