mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 20:21:13 +08:00
fix: Correct Option Reader
This commit is contained in:
@@ -119,5 +119,5 @@ func (*Client) AddRoute(topic string, callback mqtt.MessageHandler) {
|
||||
// OptionsReader returns a ClientOptionsReader which is a copy of the clientoptions
|
||||
// in use by the client.
|
||||
func (*Client) OptionsReader() mqtt.ClientOptionsReader {
|
||||
return nil
|
||||
return mqtt.ClientOptionsReader{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user