Great project!
I just did a pull request.
Just a question about the code. I’m not very happy with this:
val opt: Paho.MQTT.Options = js("({})")
Is there a better way to get an instance of Options?
Options is just a javascript object…
thanks in advance.