We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3ffda commit 56c670cCopy full SHA for 56c670c
linera-core/src/chain_worker/actor.rs
@@ -309,7 +309,7 @@ where
309
}
310
311
/// Runs the worker until there are no more incoming requests.
312
- #[instrument(skip(self))]
+ #[instrument(skip(self, request))]
313
pub async fn handle_request(&mut self, request: ChainWorkerRequest<StorageClient::Context>) {
314
// TODO(#2237): Spawn concurrent tasks for read-only operations
315
let responded = match request {
0 commit comments