alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Added missing InvalidResponseException. #17

Closed jacobkiers closed 10 years ago

jacobkiers commented 10 years ago

The client could generate a fatal error, because the InvalidResponseException was not found. It was actually missing, so here I added it.