Closed aleksandr-nesterov closed 5 years ago
@aleksandr-nesterov I believe you are right and that there is a bug in the balancing of the braces. The effect of this is that some threads may remain associated with long dead requests!
PR #264 was merged for this issue, can it be closed now?
Looks like incrementation of thread-local contextDepth has a bug. In RequestContextScope thread-local value either becomes 1 or 2. Here is the code:
Shouldnt it be?