Skip to content

Commit

Permalink
Update peer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wind-c authored Aug 13, 2024
1 parent 5edd1ce commit d26aa34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/raft/etcd/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func (p *Peer) serveChannels() {
return

case <-p.stopC:
//p.Stop()
return
}
}
Expand Down

0 comments on commit d26aa34

Please sign in to comment.