Commit a7517cf
authored
Update index.tsx
Client id was hardcoded to "ClientId" on every connection which on mosquitto server cause a disconect when multiple devices try to connect to the server.
I change the order how ConnectionOptions are merged to prioritise the custom ClientId set outside the library.1 parent a5f529a commit a7517cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments