> If you expect this to be a frequent use case I could add a mechanism to > get the original arguments passed to the reply handler, but I suspect > that's needless complexity. > > Simon It could be frequent, but I don't know whether it worth to change the API. I think that a lambda function, as you suggested, can be a good solution. Thank you. Luigi