Replies: 1 comment
-
|
Long delayed reply.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the original
modules/network/mqttclient (modified heavily to package size issues) but I'm considering using the newerioversion. I see the TypeScript typings are available intypings/embedded_network/mqtt, implying that it is a native service of Moddable. However, the implementation andmanifest_mqttclient.jsonare underexamples/io/tcp/mqttclient, andexamplesseems an unusual location for a supported service (alsomanifest.jsonincludes amain.js, further demonstrating it is an example).What is the recommended MQTT client to use? Is the
examplesversion considered supported and stable, or are there issues still to be resolved?Beta Was this translation helpful? Give feedback.
All reactions