fix: Correct Option Reader

This commit is contained in:
Parham Alvani
2021-05-07 07:50:06 +04:30
parent 695ba60f1f
commit 5e116fe925

View File

@@ -119,5 +119,5 @@ func (*Client) AddRoute(topic string, callback mqtt.MessageHandler) {
// OptionsReader returns a ClientOptionsReader which is a copy of the clientoptions // OptionsReader returns a ClientOptionsReader which is a copy of the clientoptions
// in use by the client. // in use by the client.
func (*Client) OptionsReader() mqtt.ClientOptionsReader { func (*Client) OptionsReader() mqtt.ClientOptionsReader {
return nil return mqtt.ClientOptionsReader{}
} }