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

[Fix #266] Only forward server out to subscribed clients #267

Merged
merged 1 commit into from
Oct 19, 2015
Merged

Conversation

Malabarba
Copy link
Member

Connected sessions must send a message with an "out-subscribe" op in
order to have server messages forwarded to them. The forwarded outs are then
sent as replies to this message (so it must be able to handle out).

@bbatsov
Copy link
Member

bbatsov commented Oct 18, 2015

Seems you forgot to update the tests. The changes themselves look reasonable to me.

@Malabarba
Copy link
Member Author

Tests hopefully fixed now.

Connected sessions must send a message with an "out-subscribe" op in
order to have server messages forwarded to them. The forwarded outs are then
sent as replies to this message (so it must be able to handle out).
@Malabarba
Copy link
Member Author

Only coveralls is failing. I've added a test about for the only new function, but I can't figure out other tests anymore than I could before. :-P

bbatsov added a commit that referenced this pull request Oct 19, 2015
[Fix #266] Only forward server out to subscribed clients
@bbatsov bbatsov merged commit 78ae1b1 into master Oct 19, 2015
@bbatsov bbatsov deleted the out branch October 19, 2015 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants