Commit ae6cfc3
fix(server_job): don't call shutdown in on_exit
The work down in opencode_server.shutdown is already done by the on_exit
handler in opencode_server.spawn. Calling it again via
state.opencode_Server_job is likely to shutdown a newly spawned
replacement server1 parent f53fc0d commit ae6cfc3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments