-
Notifications
You must be signed in to change notification settings - Fork 26
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
RTL1 #180
RTL1 #180
Conversation
e688705
to
9b09ba3
Compare
|
||
/// List of members. | ||
/// The key is the clientId and the value is the latest relevant ARTPresenceMessage for that clientId. | ||
@property (readonly, atomic, getter=getMembers) __GENERIC(NSDictionary, NSString *, ARTPresenceMessage *) *members; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no public members property in the API, only get
, see http://docs.ably.io/client-lib-development-guide/features/#RSP3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this is related with the PresenceMap, not with the Presence himself. Maybe it isn't consistent with other clients.
(RTP2) A PresenceMap should be used to maintain a list of members present on a channel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The presence API is pretty broken anyway already. I see that you're only adding generics, which I think is OK. I'll get the API right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks @tcard, @ricardopereira ignore my comments tehne
LGTM |
👍 |
No description provided.