Replies: 1 comment
-
It's hard to debug this without a reproducible example. We use Connect extensively in Docker - especially in the conformance tests - and haven't run into problems. Can you share more details? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the server on local the client connect-go works but as soon as I start the server in docker, I'm getting unavailable: EOF error.
The server url is the same in both scenarios, and other docker containers are working fine.
The code snippet that fails is located in protocol_connect.go file
Any suggestion of setting the client with some parameters for docker specifically?
Beta Was this translation helpful? Give feedback.
All reactions