Moderator: Sprite_tm
Nice to see the project growing, thanks.
Ben
cgiWebsocketSend(ws, data1, len1, WEBSOCK_FLAG_NONE);
cgiWebsocketSend(ws, data2, len2, WEBSOCK_FLAG_NONE);
Both functions are called and both return 1, but only first message is received by the client! Any idea how can I solve that?
Also, WS client disconnect after few seconds of inactivity, how can I avoid that?
I'm using Chrome Advanced REST Client for testing.