-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Comments
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 |
Hi, can you have a look at #487, is this the same kind of issue? |
Hey, I don't think so, my script doesn't really have points where EDIT: |
Looking into this a bit further, what I've found is that if another, separate message comes through then the end of the last message is attached to the start of the new message, it comes through quicker but can be a bit irritating separating it all and making sure I have full messages |
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
The text was updated successfully, but these errors were encountered: