Details
Description
ipc.Client is swallowing InterruptedException at a couple of places:
- While waiting on all connections to be closed
- While waiting to retrieve some RPC response
We should at least set the interrupt signal and also log the InterruptedException caught.