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

Increase websocket max size #48072

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Increase websocket max size #48072

merged 1 commit into from
Sep 16, 2024

Conversation

sadym-chromium
Copy link
Contributor

@sadym-chromium sadym-chromium commented Sep 10, 2024

Otherwise the websocket connection silently closes on a big message, e.g. when WebDriver BiDi is used in test executor and test report is sent back, it can be bigger then the default treshold.

@sadym-chromium sadym-chromium merged commit b623dbb into master Sep 16, 2024
33 checks passed
@sadym-chromium sadym-chromium deleted the sadym/websocket_max_size branch September 16, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment