Hi.
I have a question about JoinedAndReadyNotification.
Assuming that "A" and "B" are members of "TestGroup".
"A" joins the group and "A" calls gms.reportJoinedAndReadyState( "TestGroup" ).
Then "A" receives own JoinedAndReadyNotification. Of course "A" receives own JoinNotication.
When "A" already joined the group, new "B" joins the group. Then I know that "B" receives "A"'s JoinNotification and own JoinNotification.
At that time, I don't know whether "B" should receive "A"'s JoinedAndReadyNotification or not. This is my question.
Now though "A" reported JoinedAndReady's state as well as joined the group, "B" only receives "A"'s join notification if "B" joins the group later.
Of course, both "A" and "B" have JoinNotificationActionFactory and JoinedAndReadyNotificationActionFactory.
Thanks.
--
Bongjae Chang