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

api: disable IPv6 in RpcClient #286

Merged
merged 2 commits into from
Oct 6, 2023
Merged

api: disable IPv6 in RpcClient #286

merged 2 commits into from
Oct 6, 2023

Conversation

ixje
Copy link
Member

@ixje ixje commented Oct 6, 2023

There is an issue with Windows that when it has IPv6 enabled and the RpcClient makes a call on a route that is not fully IPv6 it will take a long time to timeout before falling back to IPv4. This caused HUGE delays with boa-test-constructor.

This PR forces the usage of IPv4.

@coveralls
Copy link

Coverage Status

coverage: 80.751% (+0.003%) from 80.748% when pulling 7668e23 on fix-windows-rpc into 8060778 on master.

@ixje ixje merged commit 3d178a0 into master Oct 6, 2023
12 checks passed
@ixje ixje deleted the fix-windows-rpc branch October 6, 2023 11:33
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.

2 participants