hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 49 forks source link

Fix GetMembers for `MultiMember` routing mode [API-2255] #914

Closed emreyigit closed 2 months ago

emreyigit commented 2 months ago

In MultiMember routing mode, the GetMembers was returining only connected members. It must return the last known all members in the cluster.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.96%. Comparing base (ddbedf3) to head (8a3c74e). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #914 +/- ## ========================================== - Coverage 81.03% 80.96% -0.07% ========================================== Files 1031 1031 Lines 25047 25058 +11 ========================================== - Hits 20297 20289 -8 - Misses 4750 4769 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.