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

Fix grpc client dialing for tcp #33

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Fix grpc client dialing for tcp #33

merged 2 commits into from
Jan 11, 2024

Conversation

roy-dydx
Copy link

bdf96fd broke the default tcp dialing. Dial doesn't accept tcp:// and also we should be dialing 127.0.0.1 instead of [::]. This fixes tcp behavior to be backwards compatible while not breaking the uds behavior.

@roy-dydx roy-dydx merged commit 128eb0a into dydx-fork-v0.47.4 Jan 11, 2024
7 of 9 checks passed
@roy-dydx roy-dydx deleted the roy/rpcfix branch January 11, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants