Hi, the ClientServerRpcTest fails frequently on my Linux system. I cannot exactly say why, a relation to the missing SO_REUSEADDR flag seems possible.
A simple fix is the attached patch, which makes the server run on a random port. An additional advantage is, that an existing server may run on port 8081 without causing trouble. Jochen