We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as paho mqtt message defined:
type Message interface { Duplicate() bool Qos() byte Retained() bool Topic() string MessageID() uint16 Payload() []byte Ack() }
I think its better to output these fields too