energostack / bisquitt

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

gateway: Do not return error from `handler1.run()` #34

Closed mprymek closed 1 year ago

mprymek commented 1 year ago

Handler should be a self-contained component which correctly handles all possible errors. There's no reason to return error to the caller of handler1.run() (and the returned error is unused anyway in the current code).

Merge after #32