Commit 8c12222
committed
docs(test): correct the FakeServer initial-snapshot timing comment
start() schedules _pushInitialState() on a 150ms timer rather than emitting
synchronously. The reason to subscribe before start() stands — a listener
attached afterwards can miss that emission — but the stated mechanism was
wrong. Review follow-up on PR #157.1 parent c9e22e0 commit 8c12222
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments