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

Only call set_tcp_user_timeout when enabled #1215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Only call set_tcp_user_timeout when enabled #1215

wants to merge 1 commit into from

Conversation

sfackler
Copy link
Owner

This avoids unnecessary errors in environments that don't support the feature.

Closes #1214

@sfackler
Copy link
Owner Author

@swnoh can you confirm that this fixes things for you?

@swnoh
Copy link

swnoh commented Feb 12, 2025

Superb! Thanks for the quick fix! I just tested it, and it works perfectly in WSL 1. Actually, I had already built a custom engine as a workaround, but this will be really helpful since I won’t need it once the fix is included in a future version. Really appreciate your help!

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

Successfully merging this pull request may close these issues.

Fails to Connect in WSL 1 Due to TCP User Timeout (os error 92)
2 participants