eclipse-velocitas / vehicle-app-python-sdk

vehicle-app-python-sdk
Apache License 2.0
7 stars 18 forks source link

catch UnicodeException #100

Closed MP91 closed 12 months ago

MP91 commented 12 months ago

Describe your changes

If a non-utf8 character is received via mqtt, an exception was raised and the app crashed. This exception is now catched and the app will still work.

Fixes #97

Issue ticket number and link

Checklist - Manual tasks