Commit 2fca8db
committed
fix: Set DeviceListV4 message to id 0 on device added/removed
DeviceListV4 is a message that can now either be system OR response,
like Error. We need to make sure the id is set to 0 in added/removed
situations, otherwise message matching can get confused since we'll
default the ID to 1 on serialization.
Fixes #8481 parent dd2e5f1 commit 2fca8db
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
| |||
0 commit comments