- Notifications
You must be signed in to change notification settings - Fork928
Commit12a9d63
authored
fix(agent): start rpty lifecycle after all reads/writes (#15535)
Fixescoder/internal#214#15475 missed that we also write to `rpty` after starting`rpty.lifecycle()`.This PR moves the function call right at the end. Hopefully this shouldaddress the data races before we go resorting to mutexes.1 parentaca5be5 commit12a9d63
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
83 | 81 |
| |
84 | 82 |
| |
85 | 83 |
| |
| |||
124 | 122 |
| |
125 | 123 |
| |
126 | 124 |
| |
| 125 | + | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
0 commit comments
Comments
(0)