-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
The length of payload data of a control frame is greater than 125 bytes. #77
Comments
Could you show me your client side code? And that error occurs when the client receives a control frame (ping, pong, or close frame) that has a payload data which is greater than 125 bytes. So, you should know what control frame does your Fleck server send to the client after the server receives those data. |
The issue went away...not sure why. I'll let you know if it happens again. |
I've got the same issue when sending picture 19kb. |
I am trying to send data from websocket-sharp to a https://github.com/statianzo/Fleck server and it will not send a large amount of data over websockets. The byte length of the message is close to 16000, so I am not sure if that is absolutely too large or if there is a way to send it in multiple messages.
Also should mention that it seems to send data when it is past 125 bytes normally...I have sent 251 bytes, 300 bytes, 287 bytes
The text was updated successfully, but these errors were encountered: