Closed xuxiaofan1203 closed 1 month ago
Node isn't added to configuration in these test cases. So n.cancel() can't be called to awaken the <-c.parentCtx.Done(), which results in goroutines leak. So the node should be closed manually to avoid goroutines leak.
Node isn't added to configuration in these test cases. So n.cancel() can't be called to awaken the <-c.parentCtx.Done(), which results in goroutines leak. So the node should be closed manually to avoid goroutines leak.