Skip to content
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

Merged
merged 4 commits into from
Feb 3, 2016
Merged

RTL1 #180

merged 4 commits into from
Feb 3, 2016

Conversation

ricardopereira
Copy link
Contributor

No description provided.

@ricardopereira ricardopereira force-pushed the RTL1 branch 2 times, most recently from e688705 to 9b09ba3 Compare February 2, 2016 08:45

/// 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;
Copy link
Member

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

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Copy link
Member

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

@tcard
Copy link
Contributor

tcard commented Feb 2, 2016

LGTM

@mattheworiordan
Copy link
Member

👍

ricardopereira added a commit that referenced this pull request Feb 3, 2016
@ricardopereira ricardopereira merged commit cd42b9f into master Feb 3, 2016
@ricardopereira ricardopereira deleted the RTL1 branch February 3, 2016 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants