提交 3831c5ee 编写于 作者: 小水怪 提交者: wu-sheng

Remove current RUNTIME_CONTEXT when the lastSpan will be stop (#2827)

上级 7f227709
......@@ -168,6 +168,7 @@ public class ContextManager implements BootService {
public static void stopSpan(AbstractSpan span) {
if (get().stopSpan(span)) {
CONTEXT.remove();
RUNTIME_CONTEXT.remove();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册