Replies: 1 comment
-
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
-
In my GRPC server Context.current().toString() returns a different value everytime it is called even with in the same function for a single request.
Based on https://grpc.github.io/grpc-java/javadoc/io/grpc/Context.html wouldn't it remain the same for the lifetime of the request. I'm not forking the context or creating a new context within the life time of the request. But everytime I call Context.current().toString() I get a different value. Can anyone let me know what is the scenario where this is observed?
Beta Was this translation helpful? Give feedback.
All reactions