eclipse / paho.golang

Go libraries
Other
341 stars 93 forks source link

Queued messages should be removed from the queue if they cannot be parsed #194

Closed MattBrittan closed 11 months ago

MattBrittan commented 11 months ago

If a queued message was corrupted on the disk then an infinite loop resulted (autopaho continually attempted to send the same corrupt message). This change moves such messages out of the queue.

closes #193