Skip to content

Messages that are 3-4 k can be fragmented which isn't handled correctly in the callback and wait() hangs until connection #17

@billpriest

Description

@billpriest

per warmcat/libwebsockets#1255
https://libwebsockets.org/lws-api-doc-main/html/md_READMEs_README_8coding.html

The receive buffer size in lws_protocols could be increased or the user parameter could be used per the link above. Neither of these approaches is very attractive in terms of preserving the general structure of the library.

In addition, the wait() method calls lws_service w/ a timeout that has been obsoleted blocking until a connection is made.

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