Skip to content
Snippets Groups Projects
user avatar
uahic authored
Fixed wrong conversion from pickled bytearray to str in MessageCallback. The pickle protocol adds some meta information bytes in front of the actual string, so a conversion to Cython str is invalid in general.
d1a564f2
Name Last commit Last update
..