Skip to content
Snippets Groups Projects
Unverified Commit 952bb18e authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

fix: thread through right context


Co-Authored-By: default avatardirkmc <dirkmdev@gmail.com>
parent 7374929a
Branches
Tags
No related merge requests found
......@@ -554,7 +554,7 @@ The output of blocks happens in strict DAG-traversal, first-seen, order.
}
ctx, cancel := context.WithCancel(req.Context)
ctx = exchange.NewSession(req.Context)
ctx = exchange.NewSession(ctx)
defer cancel()
// Code disabled until descent-issue in go-ipld-prime is fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment