Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In 1.10 we used InternalDistributedMember as a membership identifier in membership code. Since then we have moved to using GMSMember as the identifier. We should instead provide an interface in membership code that InternalDistributedMember can implement and we should use this interface in membership code. This will provide more flexibility in membership code for supporting arbitrary additional data required to identify a member.