eclipse / paho.golang

Go libraries
Other
341 stars 93 forks source link

Packet encoding/decoding fixes (and dependency update) #170

Closed MattBrittan closed 1 year ago

MattBrittan commented 1 year ago

Address issues in packets package (mostly incorrectly processed flags) This also lays some groundwork for subsequent PR adding persistence Update go version to oldest supported version 1.20 along with dependencies.

closes #167 Partially addresses #162