mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Bugfix: Ethernet driver stops processing messages if not caught excep… #513

Closed Jordan-Szwejda closed 3 years ago

Jordan-Szwejda commented 3 years ago

I decided to catch all exceptions to be sure that in case of some message processing errors the driver thread will not exit.

jkandasa commented 3 years ago

@Jordan-Szwejda Thanks for the PR, Thanks for the PR