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

RTP10b #337

Merged
merged 3 commits into from
Apr 5, 2016
Merged

RTP10b #337

merged 3 commits into from
Apr 5, 2016

Conversation

ricardopereira
Copy link
Contributor

No description provided.

@mattheworiordan
Copy link
Member

LGTM

@tcard
Copy link
Contributor

tcard commented Apr 1, 2016

PTAL. The test wasn't actually working because we were simulating an ERROR protocol message that had nothing to do with the LEAVE operation, so it didn't affect it at all; the ACK arrived just fine. What we need is to replace the arriving ACK with a NACK to trigger the error in the callback.

@ricardopereira
Copy link
Contributor Author

Cool, thanks.

@tcard tcard force-pushed the rtp10b branch 2 times, most recently from 689eac1 to e6818a2 Compare April 5, 2016 14:47
@tcard tcard merged commit 5eb2e53 into master Apr 5, 2016
@tcard tcard deleted the rtp10b branch April 5, 2016 14:56
@@ -868,7 +868,7 @@ class RealtimeClientPresence: QuickSpec {
defer { client.close() }
let channel = client.channels.get("test")

channel.attach()
channel.attach()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd spacing here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 3200787.

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