Skip to content

Commit d26aa34

Browse files
authored
Update peer.go
1 parent 5edd1ce commit d26aa34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/raft/etcd/peer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ func (p *Peer) serveChannels() {
368368
return
369369

370370
case <-p.stopC:
371+
//p.Stop()
371372
return
372373
}
373374
}

0 commit comments

Comments
 (0)