Hi HiveMQ team,
Prerequisites:
go paho client - 3.1.1
hivemq - 4.9.0
In my subscriber I have a logic that requires to either ack or nack received message from the broker according to some reasons. In case when message isn’t acked I assume to receive that message again from the broker in some time. nevertheless it doesn’t happen.
as I understood from mqtt spec it’s possible.
be kind to explain me if missed something