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

Debug gwctrltask #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jinparksj
Copy link

Hello,

When I used this MQTT-SN library, I found some bitwise operation & issue at GatwayControlTask.cpp.
(file GatwayControlTask.cpp -> class GatewayControlTask -> function void handleSnPublish)
Would you please take the PR?

if(tp || ((sPublish->getFlags() && MQTTSN_TOPIC_TYPE) == MQTTSN_TOPIC_TYPE_SHORT)){
->
if(tp || ((sPublish->getFlags() & MQTTSN_TOPIC_TYPE) == MQTTSN_TOPIC_TYPE_SHORT)){

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.

1 participant