Closed
Description
Hi,
according to this upstream change, we can't ignore the returned cancelFunc of a context otherweise cleanup of goroutines blocking on ctx.Done()
can't happend.
I found at one such case in routing/dht/records.go and started a branch (dontIgnoreCancelFuncs) with a fix but wanted to wait with a PR until we are sure there arn't more easy cases lying around.
Activity