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

RTN7b #153

Merged
merged 1 commit into from
Jan 26, 2016
Merged

RTN7b #153

merged 1 commit into from
Jan 26, 2016

Conversation

ricardopereira
Copy link
Contributor

No description provided.

@tcard
Copy link
Contributor

tcard commented Jan 21, 2016

LGTM

let channel = client.channel("channel")

waitUntil(timeout: testTimeout) { done in
channel.subscribeToStateChanges { state, status in
Copy link
Contributor

Choose a reason for hiding this comment

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

Is all this subscribe prologue necessary? Can't you just publish to the channel so that the message is queue?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you right. queueMessages is true by default. I will change.

let channel = client.channel("channel")
channel.attach()

waitUntil(timeout: testTimeout) { done in
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tcard Done

@mattheworiordan
Copy link
Member

LGTM

mattheworiordan added a commit that referenced this pull request Jan 26, 2016
@mattheworiordan mattheworiordan merged commit 33a1315 into master Jan 26, 2016
@mattheworiordan mattheworiordan deleted the RTN7b branch January 26, 2016 02:10
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