Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: cannot receive scan topic with best-effort qos.
This implementation uses message filter to sub topic. But message filter default only passes topic with reliable qos. I modified the qos setting in message filter to pass both reliable and best-effort topic.
- Loading branch information