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

Bugfix timeouts #27

Closed reenl closed 10 years ago

reenl commented 10 years ago

There where issues with timeouts. We found them using nested request. (Clients within workers.)

This PR resolves this issue.