-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send almost all incoming packets to user handler
Before this commit only a select couple of packet types were actually send to the users handler. Now, all packets are send to the users handler except those that are not allowed to go to the users handler per MQTT spec. These packets are Publish packets with QoS 2.
- Loading branch information
1 parent
48f84bf
commit d63d775
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters