-
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
RTL3b #184
RTL3b #184
Conversation
3d0a315
to
8c61cb9
Compare
LGTM |
@@ -47,9 +47,7 @@ typedef NS_ENUM(NSUInteger, ARTRealtimeChannelState) { | |||
ARTRealtimeChannelInitialised, | |||
ARTRealtimeChannelAttaching, | |||
ARTRealtimeChannelAttached, | |||
ARTRealtimeChannelDetaching, |
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.
State Detaching
exists, see http://docs.ably.io/client-lib-development-guide/features/#RTL2a, why was this removed?
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.
I changed it according to http://docs.ably.io/realtime/channels-messages/ Channel states topic. I will undo.
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.
As mentioned before, the only definitive spec is at http://docs.ably.io/client-lib-development-guide/features/. I am working on bringing all the other docs up to date, but they're not there yet.
4b8a0dc
to
ff73f70
Compare
Rebased with changes. |
LGTM |
No description provided.