Fixed wrong conversion from pickled bytearray to str in MessageCallback. The...
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.
Please register or sign in to comment