Hi
I am currently doing load test on mod_websocket.so. The testing involves having 25000 echo message request send across single websocket connection.
I find the crash at line in function ws_write
if (ap_fflush(of, state->obb) != APR_SUCCESS) .
The crash states access violation error. Seems something is not working when writing msg back to client.
Let me know why there is crash occuring even i am able to inspect msg i am sending it to this function.