-
Notifications
You must be signed in to change notification settings - Fork 585
Open
Description
When receiving an UTF-8 string with multi-byte characters like "é" "ю" etc. it is decoded byte by byte giving the result as:
é �
Sending doesn't work at all:
SEND
destination:/topic/spr
content-length:4
ùé
<<< PONG
PING
<<< PONG
PING
<<< ERROR
message:Expected null terminator after 4 content bytes
Metadata
Metadata
Assignees
Labels
No labels