energostack / bisquitt

Bisquitt, a transparent MQTT-SN gateway
Eclipse Public License 2.0
21 stars 3 forks source link

packets1: Add full-coverage `Connect` unit tests #47

Closed mprymek closed 1 year ago

mprymek commented 1 year ago

This PR makes packets1.Connect code fully covered by unit tests. Two minor code fixes are also added because I don't think they deserve their own PRs.

The first commit adds a protocol version check to Connect.Unpack() - if the version is not 1, we should not parse the packet at all because we would get garbage data.