Closed chripede closed 2 years ago
We had problems with single-beat crashing when we output log messages containing utf-8 characters. Always reading 100 bytes would sometimes split a unicode character in two, resulting in UnicodeDecodeError.
This fixes that.
Nice. Thanks for the patch.
Just fyi. I've just updated pypi package.
We had problems with single-beat crashing when we output log messages containing utf-8 characters. Always reading 100 bytes would sometimes split a unicode character in two, resulting in UnicodeDecodeError.
This fixes that.