callme icon indicating copy to clipboard operation
callme copied to clipboard

callme is a python amqp rpc module

Results 5 callme issues
Sort by recently updated
recently updated
newest added

Why rpc server demo failed with `callme.exceptions.ConnectionError: Broker connection failed`?, how to fix it?

When used in some circumstance the proxy object does not clean itself up in a sensible manor, for example if you create a proxy global object in Flask or Django,...

Add asynchronous support see http://groups.google.com/group/qam-users/browse_thread/thread/e1bad823001e6d9c

Thinking

Instead of creating unbounded numbers of threads it would be great to use a futures executor https://docs.python.org/dev/library/concurrent.futures.html and a pool size instead, this ensures that the rpc program will not...

Thinking