This commit is contained in:
John Smith 2022-07-20 10:37:39 -04:00
parent 39eb13f34d
commit 47fc9ec75c

View File

@ -877,8 +877,8 @@ impl RPCProcessor {
while let Ok(Ok((span_id, msg))) =
receiver.recv_async().timeout_at(stop_token.clone()).await
{
let rpc_worker_span = span!(parent: span_id, Level::TRACE, "rpc_worker");
//rpc_worker_span.follows_from(span_id);
let rpc_worker_span = span!(parent: None, Level::TRACE, "rpc_worker");
rpc_worker_span.follows_from(span_id);
let _enter = rpc_worker_span.enter();
let _ = self