未验证 提交 ad375891 编写于 作者: B Brandon Fergerson 提交者: GitHub

Update...

Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/trace/AbstractTracingSpan.java

Fix isInAsyncMode never be set.
Co-Authored-By: wu-sheng's avatarwu-sheng <wu.sheng@foxmail.com>
上级 a48dab5f
......@@ -323,6 +323,7 @@ public abstract class AbstractTracingSpan implements AbstractSpan {
@Override public AbstractSpan prepareForAsync() {
context = ContextManager.awaitFinishAsync(this);
isInAsyncMode = true;
return this;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册