pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

pushy hangs process at exit #23

Closed axw closed 12 years ago

axw commented 12 years ago

All threads created by Pushy should be made "daemons", to avoid hanging the process at shutdown. The deletion method of pushy.Client should still close and wait on the completion of the thread(s).


Imported from Launchpad using lp2gh.