-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Rb make bidi timeout configurable #16053
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
base: trunk
Are you sure you want to change the base?
Rb make bidi timeout configurable #16053
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
…e' into rb_make_bidi_timeout_configurable
User description
🔗 Related Issues
This aims to fix #15620 until a timeout implementation for BiDi happens
💥 What does this PR do?
This PR adds support for changing the WebSocket timeout through options.
🔧 Implementation Notes
For now, the implementation is temporary, and I'm trying to find the best way to make it work. I will update this before finishing this draft
🔄 Types of changes
PR Type
Enhancement
Description
Add configurable WebSocket timeout options for BiDi connections
Support
web_socket_timeout
andweb_socket_interval
parametersPass timeout configuration through options chain
Add integration test for timeout behavior
Diagram Walkthrough
File Walkthrough