Commit 465b184
committed
Bugfix: cannot recieve 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.1 parent 1278d96 commit 465b184
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments