twisted / ampoule

Process pool for Twisted, using AMP
Other
12 stars 19 forks source link

ProcessPool.callRemote Deferred sometimes fires with None instead of result #13

Open moshez opened 6 years ago

moshez commented 6 years ago

This is a weird behavior I ran into when issuing a new job from an errback on an earlier job. The attached illustrates better than I can do in English. The expected result is to see a result of {}, though, since that is what the "Fast" command in the worker returns. Instead, the result is None.

heyakyra commented 5 years ago

The attached

What attached?