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

Do not forward $SYS topics for +/# subscriptions. #136

Merged
merged 1 commit into from
Jul 21, 2017

Conversation

mcollina
Copy link
Collaborator

@mcollina mcollina commented Jul 21, 2017

Fixes: #135

@ckrey

aedes.js Outdated
function removeSharp (sub) {
return sub.topic !== '#'
var code = sub.topic.charCodeAt(0)
console.log(sub.topic, code)
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove console.log

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good catch!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

updated

@coveralls
Copy link

coveralls commented Jul 21, 2017

Coverage Status

Coverage increased (+0.02%) to 97.354% when pulling 68d14e2 on block-sys-with-plus into 352adc6 on master.

@GavinDmello
Copy link
Collaborator

This may affect the #123 change we were planning on implementing

@mcollina
Copy link
Collaborator Author

@GavinDmello yes. Better to have the tests in.

@ckrey
Copy link

ckrey commented Jul 21, 2017

@mcollina mcollina merged commit 3a3ac38 into master Jul 21, 2017
@mcollina mcollina deleted the block-sys-with-plus branch July 21, 2017 09:01
@coveralls
Copy link

coveralls commented Jul 21, 2017

Coverage Status

Coverage increased (+0.01%) to 97.35% when pulling b369602 on block-sys-with-plus into 352adc6 on master.

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.

4 participants