Skip to content

Commit

Permalink
Merge pull request emqx#101 from avsdev-cw/fix_001
Browse files Browse the repository at this point in the history
Fixed missing handlePingresp() callback in switch
  • Loading branch information
mwallnoefer committed Jul 5, 2017
2 parents c74c442 + 7f344f4 commit a9bdd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt/qmqtt_client_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ void QMQTT::ClientPrivate::onNetworkReceived(const QMQTT::Frame& frm)
handleUnsuback(midToTopic(mid));
break;
case PINGRESP:

handlePingresp();
break;
default:
break;
Expand Down

0 comments on commit a9bdd73

Please sign in to comment.