cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

gLiveView Peers listed multiple times after switching back to home and then back peers #1383

Closed brouwerQ closed 2 years ago

brouwerQ commented 2 years ago

If you press 'p' for peers, then 'h' for home and then 'p' again, each connection is listed twice. If you do it again, it's listed three times. Another time: four times. And so on...

Version 1.26.4.

rdlrt commented 2 years ago

Nice catch, peersFiltered isn't initialised to () in checkPeers function, will patch it later in the day - unless you'd like to add it to L442, and bump patch version at L60.

Thanks