Commit 7532ac0
committed
docs: correct what the per-pid port offset is actually for
The comment credited the modulus with separating concurrent runs of this
file. No runner here produces those: each runner runs a given file once,
and the node and bun runs are sequential CI steps. The base is what
separates this file from its siblings; the offset is only defensive against
a leftover socket lingering in TIME_WAIT, which is what dev-hot-reload.mjs
already says about the identical construct. Two sibling files gave
incompatible accounts of the same mechanism and this one was wrong.1 parent 6696c33 commit 7532ac0
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments