Open
Description
Motivation:
When using the transport, we always need to pass some context from the context to the sessionFactory or handler, but with the current implementation, the original ServerRequest is completely been ignored, it would be nice that we pass this information down.
we have some kind of options:
- with ThreadLocal
- With reactor's contextWrite and deferContext
- with an additional parameter.
I think the 3 is better, which will not bound to any implementation.
Metadata
Metadata
Assignees
Labels
No labels