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

Rework connection establishment timeout #292

Open
bretambrose opened this issue Jul 6, 2020 · 0 comments
Open

Rework connection establishment timeout #292

bretambrose opened this issue Jul 6, 2020 · 0 comments
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@bretambrose
Copy link
Contributor

As we add support for more complex connection setups (proxies with auth subnegotiations are a good example), we should reconsider our notion of timeout. Currently we have a socket level timeout for the initial TCP handshake, but then nothing further. We don't want a million separate timeouts for each step of connection establishment, so we may want to just have a single, generic, "establishment timeout" that governs the time period between bootstrap initiation and when the user's success/failure callback is invoked.

@yasminetalby yasminetalby added the feature-request A feature should be added or improved. label Jun 23, 2023
@jmklix jmklix added the p2 This is a standard priority issue label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

3 participants