energostack / bisquitt

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

Make `packets1.NewPacketWithHeader()` return `error` #63

Closed mprymek closed 1 year ago

mprymek commented 1 year ago

Returning explicit error is better than returning nil.

Commit also renames packet variable to rawPacket to be more explicit and consistent with MQTT-SN 2.x code.