-
Notifications
You must be signed in to change notification settings - Fork 435
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
Add configuration support for nyhoor websocket read limit #1023
Add configuration support for nyhoor websocket read limit #1023
Conversation
FYI - the build failed due to changes outside of my PR. It looks like the go.mod file has some linting issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for this change! I think it's missing an additional flag for the grpcwebproxy standalone proxy that could configure this setting for the standalone proxy. What do you think?
Good thinking. That change has been made as well! |
Looks like CI is failing because of some module inconsistencies. Could you run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scratch that, I don't see why this change should cause any import changes.
Thanks for your contribution! |
You're welcome! |
Adding support to configure the underlying nyhoor websocket read limit.
Changes
The changes are minimal
WithWebsocketsMessageReadLimit
Verification
The codes successfully builds and works in my local environment.