Skip to content

ipc: Don't panic if the server disappears, return an error.

Neal H. Walfield requested to merge neal/dont-panic into main
  • If the server exits, we set the connection's state to WriteState::Dead.

    • When sending a message, don't panic if the connection's state is WriteState::Dead. Instead, return an error message.

Merge request reports