exmqttc
exmqttc copied to clipboard
Elixir wrapper for the emqttc library
Hey there, Thanks for making and maintaining this library. I'm confused about the `publish` implementation here. [Exmqttc publish](https://github.com/timbuchwaldt/exmqttc/blob/master/lib/exmqttc.ex#L82-L84) Publish I think is async in nature in `:emqttc`. If the nature...
ssl
It's unclear exactly how ssl options should be structured, or which options are required, when connecting a client to a broker that requires a certfile. Any examples would be greatly...
Just what the title says, tbh. Lack of examples _does_ make it hard to understand.