eclipse / paho.golang

Go libraries
Other
330 stars 92 forks source link

Handle corrupt files in store #199

Closed MattBrittan closed 10 months ago

MattBrittan commented 10 months ago

A corrupt file in the store should be ignored (quarantined if possible) to avoid either preventing the connection completing or an infinite loop.

Also added test and modified queue for consistency.

closes #195