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:
- 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.
Describe the bug:
The
totalMembersis returning only the number of connected pool members instead of the total number of pool members.Steps To Reproduce:
Steps to reproduce the behavior:
query MyQuery {
pool(id: "") {
totalMembers
}
}
Expected behavior:
The
totalMembersshould return the combined total oftotalConnectedMembersandtotalDisconnectedMembers.Actual behavior:
The
totalMemberscurrently returns the value oftotalConnectedMemberswhen poll units are greater than 0.