Skip to content

uwebsockets receive performance is good, but reply performance is more lower than receive. #1880

@gubaojian

Description

@gubaojian

f you send 200*10000 message, you will see uwebsockets receive all message in about 2-4s, which is very fast。when it reply message to client, it will need more time to reply, which will use about 15s to reply this message to client.

maybe reply speed can be improved add sendBatch method to reduce small io interact with socket io by a big buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions