Commit a4f20f0
authored
[RPC] Raise error if server process terminated (#17101)
Prior to this PR, a local RPC server could crash without any
indication in the main process. While typically this crash would
cause an error in the main process due to the lack of a
`RPCCode::kReturn` from the server, the delayed error can complicate
debugging.
This PR updates the local RPC server to raise an exception if the
server process returns with a non-zero exit code.1 parent 9a7b148 commit a4f20f0
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
| |||
0 commit comments