AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
10 stars 5 forks source link

P2P: client connections incorrect #1006

Closed heifner closed 1 week ago

heifner commented 3 weeks ago

p2p client connections: 0/25, peer connections: 2/2, block producer peers: 0 shows connected to 2 of the configured 2 peers when the node is actually only connected to one of them. Looks like a regression from Leap 4.0 to Leap 5.0. In Leap 4.0 only connected peers are included in the first 2 of peer connections: 2/2. In Leap 5.0 this also includes peers that are not currently connected.