-
Notifications
You must be signed in to change notification settings - Fork 280
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 cropped at 4096 bytes #261
Comments
Same outcome when i use test server:
Regards |
Further more ... when using Regards |
Maybe it's just a default kernel line buffer limit? Does running |
[tt@arch ~]$ wc -c test.txt Regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
as titile says ... i am testing my websocket server with pasting large "Lorem ipsum" text in the terminal on macosx and linux. Message on both gets cropped and my server is extracting payload_len=4096 for incoming WSText message.
Any suggestions what might be misconfigured? (Ive already played around with rmem and wmem socket settings with no joy)
Regards
Milos
The text was updated successfully, but these errors were encountered: