eclipse / paho.golang

Go libraries
Other
327 stars 92 forks source link

Provide a way to identify operations that should not be retried #226

Closed MattBrittan closed 7 months ago

MattBrittan commented 7 months ago

This is an initial solution to issue #214 (the autopaho queue would loop infinitely attempting to resend invalid messages). Further work is needed, but this deals with the main issue.

Ref #214