Update paho.mqtt.golang (#6149)
This commit is contained in:
@@ -90,6 +90,10 @@ func (m *message) Duplicate() bool {
|
||||
return m.duplicate
|
||||
}
|
||||
|
||||
func (m *message) Ack() {
|
||||
return
|
||||
}
|
||||
|
||||
func (m *message) Qos() byte {
|
||||
return m.qos
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user