Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | dedupe repeat messages by default for catbus.Subscribe()v0.0.6 | Ethel Morgan | |
this is configurable with ClientOptions.SubscribeEveryMessage. | |||
2020-06-30 | run ConnectHandler and DisconnectHandler in goroutines | Ethel Morgan | |
2020-06-30 | update go modules | Ethel Morgan | |
2020-06-28 | add a default client ID of binary_hostname_pidv0.0.5 | Ethel Morgan | |
2020-06-28 | run callback in a goroutinev0.0.4 | Ethel Morgan | |
2020-06-24 | make Client an interface, make Message a plain structv0.0.3 | Ethel Morgan | |
2020-06-24 | use string instead of []bytev0.0.2 | Ethel Morgan | |
subsequently, create a catbus.Message wrapper struct for mqtt.Message. | |||
2020-06-23 | add a basic READMEv0.0.1 | Ethel Morgan | |
2020-06-23 | correct .reuse/dep5 description | Ethel Morgan | |
2020-06-23 | import catbus library from catbus-wakeonlan | Ethel Morgan | |
2020-06-23 | set up pre-commit and reuse-tool | Ethel Morgan | |
2020-06-23 | add MIT LICENSE | ethulhu | |
2020-06-23 | initial commit | Ethel Morgan | |