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

Websocket recv() limited bytes returned #495

Open
johnraysimpson opened this issue Feb 4, 2025 · 1 comment
Open

Websocket recv() limited bytes returned #495

johnraysimpson opened this issue Feb 4, 2025 · 1 comment
Labels
question Ask for help or clarification

Comments

@johnraysimpson
Copy link

The question

I have an issue with the websocket implementation, it seems that the recv() function can only return a maximum of 8192 bytes but I have a connection where the receive message is larger than this, I was wondering if there was a parameter I could use to increase/ignore that maximum?

Versions

  • OS: Windows 11
  • curl_cffi version 0.7.1
@johnraysimpson johnraysimpson added the question Ask for help or clarification label Feb 4, 2025
@johnraysimpson
Copy link
Author

johnraysimpson commented Feb 4, 2025

Oh I do see the remaining turns up eventually, I can probably handle that but thought it was worth mentioning. Takes a good 10 seconds to appear

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

No branches or pull requests

1 participant