You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the Context Server Interceptor from the Docs: https://vertx.io/docs/vertx-grpc-netty/java/#_grpc_server
I'm surprised that the context seems to be shared among all calls. I was under the impression from the example (using a sessionId),
that the context is not shared between completely unrelated calls. How is this supposed to work?
I'm trying to use the Context Server Interceptor from the Docs: https://vertx.io/docs/vertx-grpc-netty/java/#_grpc_server
I'm surprised that the context seems to be shared among all calls. I was under the impression from the example (using a sessionId),
that the context is not shared between completely unrelated calls. How is this supposed to work?
Version
4.5.11
Reproducer
Steps to reproduce
The text was updated successfully, but these errors were encountered: