Currently calling a procedure crashes with a Conneciton Exception when the connection drops.
We need a way for krpc to reestablish a failed connection if the caller is still trying to make calls
I have tried to check if the connection is alive, by checking if the transportScope is active, but it does feel like a hack