Hi, i'm working on a very simple websocket communication with my server. The websocket handshake works fine, but after that my client(webbrowser) sends a message and i can see in the log that my server receives the message ...
INFO: RECEIVED: HeapBuffer[pos=0 lim=10 cap=2048: 81 84 18 8A E4 C7 4C CF B7 93] ... but i can't use message.toString() to show the message. I think my TextLineCodecFactory is filtering the message but i don't know why. As i said the handshake works fine and my webbrowser has a working connection and sending a message after the handshake. Can is see that unfiltered message in the buffer, to resolve my problem ? greetings
