Hi,
i build a websocket client and a server.
the client sends a Chr(1) to the server.
the server answers with Chr(2) and then the client disconnects the websocket connection with "protocol violation".
The explicite answer frame are: 0x81 0x81 0x54 0x54 0x88 0xc2 0x56
so ... why closes the current Websocket Libary the connection?
JimJim
XUN
i build a websocket client and a server.
the client sends a Chr(1) to the server.
the server answers with Chr(2) and then the client disconnects the websocket connection with "protocol violation".
The explicite answer frame are: 0x81 0x81 0x54 0x54 0x88 0xc2 0x56
so ... why closes the current Websocket Libary the connection?
JimJim
XUN