i am using Poco 1.4 for creating websocket server application and HTMl5 based webgl application.
i am sending vertices data to the server application for normal computation since normal computation takes more time to complete and send back the result.
My problem is this
The browser firefox is closing the websocket connection before receiving the data from the server.
This happens only in firefox and IE but not with chrome browser.
The connection is closed only from the client browser not from the server.
I want browser not to close the connection automatically.
is it possible to send ping/ pong message to make it active.