p2p: move ping handling into pingLoop goroutine (#27887)
Moving the response sending there allows tracking all peer goroutines in the peer WaitGroup.
Showing
Please register or sign in to comment
Moving the response sending there allows tracking all peer goroutines in the peer WaitGroup.