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

bad RSV1, RSV2, or RSV3 bits #77

Open
SoufianeX opened this issue Aug 29, 2022 · 0 comments
Open

bad RSV1, RSV2, or RSV3 bits #77

SoufianeX opened this issue Aug 29, 2022 · 0 comments

Comments

@SoufianeX
Copy link

Hello,

I'm implementing a websocket server using lua-resty-websocket. When I send small frames everything is okay. But when the frame is getting bigger, approx 32kB I start receiving this message:

bad RSV1, RSV2, or RSV3 bits
I also can avoid this message by using a bigger Timeout:

local wb, err = server:new { max_payload_len = 65000, timeout = 1500}
but the drawback of this is that the messages are processed in a way slower manner: 1.5seconds is a huge time for a near real time application.

Do someone encountred this issue before ? Any idea of how to solve it please ?

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