Commit 1164098
committed
fix: remove identity file persistence — incompatible with concurrent sessions
Multiple sessions in the same directory would collide on the identity
file. In a TCP mesh, state is in-memory so recovering a previous ID
is meaningless — the peer's state is already gone. Each instance gets
a fresh peer ID on startup.1 parent 5600f08 commit 1164098
3 files changed
Lines changed: 7 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
140 | | - | |
| 137 | + | |
141 | 138 | | |
142 | 139 | | |
143 | 140 | | |
| |||
494 | 491 | | |
495 | 492 | | |
496 | 493 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
| 494 | + | |
| 495 | + | |
510 | 496 | | |
511 | 497 | | |
512 | 498 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
| 499 | + | |
| 500 | + | |
517 | 501 | | |
518 | 502 | | |
519 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 13 | | |
23 | 14 | | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 19 | | |
34 | 20 | | |
35 | 21 | | |
| |||
163 | 149 | | |
164 | 150 | | |
165 | 151 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | 152 | | |
174 | 153 | | |
175 | 154 | | |
| |||
0 commit comments