On Fri, Oct 21, 2011 at 1:33 PM, MinRK <[email protected]> wrote: > Before anyone spends too much time reproducing this in other languages, I > have identified it something Python specific. > Summary: the device subprocess is getting torn down forcefully by garbage > collection at the end of the script, which is what caused message loss. Any > method of preventing that (e.g. not trying to exit until the device has done > what it is supposed to, setting Process.daemon=True, etc.). > Further explanation on GitHub.
Thank you, Min. And thanks Chuck and Ian for helping me get my bearings on this. - James _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
