Skip to content

mod_websocket.so crashes when writing message back to client #30

Description

@kiransakhare

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions