I have managed to solve my problem by using eval
Piotr Leszczynski wrote:
>
> Hello,
>
> I'm trying to correlate date from a large number of async calls.
>
> For this reason I need to pass additional arguments into the async
> handler.
> They have to be passed during the call of the handler an
Hello,
I'm trying to correlate date from a large number of async calls.
For this reason I need to pass additional arguments into the async handler.
They have to be passed during the call of the handler and getting them
from the context is out of the question.
Is it possible to add those without