ceelian / callme

callme is a python amqp rpc module
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

Add asynchronous support #2

Open ceelian opened 13 years ago

ceelian commented 13 years ago

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

sheldonwjones commented 10 years ago

+1 for async support. We've been using callme with http://autobahn.ws/python/ but we have to make the call in a thread :/ or callme blocks the main loop.