You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current encoding used for the payload of the publish packet is 'ASCII-8BIT'. I would try to add other encoding support. Could you add the full error log? It would help me a lot for debugging
If the payload message contains Chinese characters, the program will throw an exception:
incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError)
How to fix it? thanks.
The text was updated successfully, but these errors were encountered: