future chain not always fully evaluated

Irmen de Jong <[email protected]> Sun, 26 Oct 2014 23:06:27 +0100
Newsgroups gmane.comp.python.pyro
Message-ID <[email protected]>
Hi,

There seems to be a bug in Pyro's future implementation, the chained (then) functions
are not always fully evaluated:

https://github.com/irmen/Pyro4/issues/64

Until this is fixed it's better to not use Future.then()/FutureResult.then().


Irmen

------------------------------------------------------------------------------