aboutsummaryrefslogtreecommitdiff
path: root/catbus_test.go (follow)
AgeCommit message (Collapse)Author
2020-12-12update Paho from v1.2.0 to v1.3.0HEADv0.0.7latestEthel Morgan
2020-06-30dedupe repeat messages by default for catbus.Subscribe()v0.0.6Ethel Morgan
this is configurable with ClientOptions.SubscribeEveryMessage.
2020-06-24make Client an interface, make Message a plain structv0.0.3Ethel Morgan
2020-06-24use string instead of []bytev0.0.2Ethel Morgan
subsequently, create a catbus.Message wrapper struct for mqtt.Message.
2020-06-23import catbus library from catbus-wakeonlanEthel Morgan