cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843)
This commit is contained in:
@ -599,6 +599,7 @@ func messageLoop() {
|
||||
}
|
||||
|
||||
ticker := time.NewTicker(time.Millisecond * 50)
|
||||
defer ticker.Stop()
|
||||
|
||||
for {
|
||||
select {
|
||||
|
Reference in New Issue
Block a user