-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows - 0.8.3 adding peers always replaces the middle of three peers #187
Comments
You probably need to increase your Target Peers count in Settings |
Tried that..it connects to more peers automagically just fine but when I try to add mine manually it just cycles the same row. So if I try to add three of my local nodes, 1 2 3. First it puts #1 in the second row. Then it replaces that with #2 when I add it etc. I would it expect to not replace the item I just added manually no matter how many target peers are an option. Unless there is one 1 peer set, then it would make sense :) |
Just tried turning off the auto-discover peer functionality and I still can't add more than one peer manually. It just swaps them continuously. Also doesn't seem to mark as trusted despite the setting. Minor issue but thought i'd let you know. Also just saw the iOS update come down. Very cool. |
Got it, I can make it distinguish between manually added ones and prioritize removing automatic ones instead. And add an option to add multiple at once |
You could try removing all the existing peers with auto discovery off, setting the target to the number you want to add, and adding them one by one. But I agree it's not ideal right now |
I tried this and the new entry just replaced the existing line. Wasn't possible to get the list to be longer than 1 |
Got it, I'll take a look tonight. Might be a regression |
Ok this is fixed and will be resolved in the next release, thanks for reporting it. |
If you're curious: #190 |
Awesome. Tky. |
This is still an issue if you are full on peers, it needs to either be FIFO and/or prefer removing auto peers. |
With .8.4 this works now if autodiscover is off. However if it is on, the issue where it continually replaces the same line is still present. 20241226-0357-24.5087987.mp4 |
When I attempt to add multiple peers with the default three, it continually replaces the second of the three. If I expand to 5 it replaces the fourth entry repeatedly.
Pretty sure adding peers worked last version?
The text was updated successfully, but these errors were encountered: