Commit ee27f29
committed
fix(web): guard empty session list against stale reconciliation race
When the preview session list query returns empty but local state already
tracks active sessions (set by a recent open response or event), the empty
result is stale. Skip the empty-list branch to avoid clearing local
preview state or firing a duplicate recovery open.1 parent 1551f69 commit ee27f29
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| |||
0 commit comments