exmqttc icon indicating copy to clipboard operation
exmqttc copied to clipboard

Elixir wrapper for the emqttc library

Results 3 exmqttc issues
Sort by recently updated
recently updated
newest added

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...

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.