Hi,
I use the webserver class found in portangeles demo, but in beta2 there is disconnection when the web page at client side receiving data from unigineScript.
Also, i updated buffer to blob class, Is there other migration to be done?
when i received data, the server close the connection (op_code ==8)
// close connection
if(op_code == 8) {
//log.error("close connection op_code == 8\n");
socket.close();
return "";
}
thanks.
server.h