Skip to content

UTF-8 decoding is wrong #74

@Artiom-M

Description

@Artiom-M

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions