You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I go through the code and changed mqtt url and subscription topic because 'ws://test.mosca.io/' was unreachable at that moment and added my mqtt server url and topic and getting all the messages published from server instand I just want to get only last message published from server.
Hello ,
I go through the code and changed mqtt url and subscription topic because 'ws://test.mosca.io/' was unreachable at that moment and added my mqtt server url and topic and getting all the messages published from server instand I just want to get only last message published from server.
My changes in App.js are as under.
const MessageContainer = subscribe({topic: 'Kitchen'})(_MessageContainer);
<Connector mqttProps="mqtt://localhost:1889">
Thank You.
The text was updated successfully, but these errors were encountered: