Skip to content
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

[BUG] totalMembers returns only the number of connected pool members #2049

Open
tjovcheska opened this issue Jan 3, 2025 · 0 comments
Open
Labels
Type: Bug Something isn't working

Comments

@tjovcheska
Copy link

Describe the bug:
The totalMembers is returning only the number of connected pool members instead of the total number of pool members.

Steps To Reproduce:
Steps to reproduce the behavior:

  1. Run the Query
    query MyQuery {
    pool(id: "") {
    totalMembers
    }
    }

Expected behavior:
The totalMembers should return the combined total of totalConnectedMembers and totalDisconnectedMembers.

Actual behavior:
The totalMembers currently returns the value of totalConnectedMembers when poll units are greater than 0.

@tjovcheska tjovcheska added the Type: Bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant