-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Conversation
aedes.js
Outdated
function removeSharp (sub) { | ||
return sub.topic !== '#' | ||
var code = sub.topic.charCodeAt(0) | ||
console.log(sub.topic, code) |
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.
remove console.log
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.
good catch!
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.
updated
This may affect the #123 change we were planning on implementing |
68d14e2
to
b369602
Compare
@GavinDmello yes. Better to have the tests in. |
✅ |
Fixes: #135
@ckrey