From http://tools.ietf.org/html/rfc6455 5.6:
The "Payload data" is text data encoded as UTF-8. Note that a particular text frame might include a partial UTF-8 sequence; however, the whole message MUST contain valid UTF-8.
But Netty provider decodes every text frame data into UTF-8.
Looks like a bug to me. @jfarcand WDYT?
From http://tools.ietf.org/html/rfc6455 5.6:
But Netty provider decodes every text frame data into UTF-8.
Looks like a bug to me. @jfarcand WDYT?