Commit f97675f
committed
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.1 parent b0be675 commit f97675f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments