Hei Guys,
i'm building my own websocket server, to learn something.
Now i currently have a java socket server which establishes successful with my client but when i send with my client "test", i receive something like "?„þdl»ŠÏ". It is always a different receive.
There is no line end, nothing. I'm reading it out with inputstream.read(). The handshake is in plain text and works wonderful.
I've looked at websocket data format, but i don't get how i should use it.
Slightly duplicate with Websocket Java Server. Not sending message nor receiving --> but I don't get it, anyway.
Thanks for any suggestions!