Skip to content

Commit

Permalink
Sign off commit to get beyond CI
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Pahl <[email protected]>
  • Loading branch information
sahib committed Jun 8, 2020
1 parent a95cb6a commit b3085ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ func (c *client) Publish(topic string, qos byte, retained bool, payload interfac
// a message is published on the topic provided.
//
// Please note: you should try to keep the execution time of the callback to be
// as low as possible, especially when SetOrderMatters(true) (default) is in
// as low as possible, especially when SetOrderMatters(true) (the default) is in
// place. Blocking calls in message handlers might otherwise delay delivery to
// other message handlers.
func (c *client) Subscribe(topic string, qos byte, callback MessageHandler) Token {
Expand Down

0 comments on commit b3085ba

Please sign in to comment.