Skip to content

Need vectored read and write support of payload. #206

Open
@RavikumarTulugu

Description

@RavikumarTulugu

Need vectored send and receive of websocket frames, right now the message is received in the form of a continuous string, this results in reallocation and unnecessary copies and movements of data which affects performance. it would be good if the websocket frames can be send and received as a sequence of buffers. The application can choose to assemble the data or use it as it is.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions