-
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
RTL4b #187
Conversation
client.close() | ||
expect(client.connection().state).to(equal(ARTRealtimeConnectionState.Closing)) | ||
|
||
expect(channel.attach()).toNot(beNil()) |
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.
This is not clear that this is an error, this applies to all cases below.
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.
Can I correct this after the API changes?
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, please add a TODO or an issue though so we don't forget
Looks good other than the one comment |
LGTM |
Rebased with no changes. |
This can be merged, right? |
Sure, merge away |
No description provided.