Replies: 1 comment
-
#2180 should fix the example! Once you apply it, the error should be done. If not, please reopen. |
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
-
Since this example is mostly what I want to do for my application, I tried reproducing it. When I do that, I see this "stream closed because of a broken pipe" error:
I've tried keeping my implementation as close to the example as possible, up to the point where I cloned the entire repo and tried running the example, and this still happens. Am I missing some required setup here? I tried looking for similar issues, but I only found people running into this when trying to user the jaeger collector, which is not the case here - I am using the docker-compose provided in the example.
I also tried running this both in WSL and directly on Windows to the same effect.
Thanks in advance, any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions