Update paho.mqtt.golang (#6149)

This commit is contained in:
Greg
2019-07-22 15:14:23 -06:00
committed by Daniel Nelson
parent 877c42362d
commit 6f2e57ad64
3 changed files with 8 additions and 4 deletions

View File

@@ -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
}