gausby / tortoise

A MQTT Client written in Elixir
Apache License 2.0
314 stars 54 forks source link

v0.9.2 #86

Closed gausby closed 6 years ago

gausby commented 6 years ago

In this release a use-macro for Tortoise.Handler has been added. This should make it easier to implement custom handler modules as the implementor only have to implement the callbacks that are interesting for their use-case.

Fix #52