Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
billpriest opened this issue Apr 16, 2022 · 0 comments

Comments

@billpriest
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant