Hello!

Can you throw together a reproducer project which shows this behavior? I
would check.

Regards,
-- 
Ilya Kasnacheev


пт, 3 июл. 2020 г. в 13:14, ssansoy <s.san...@cmcmarkets.com>:

> Thanks - the issue I have now is how can I confirm that the local listen
> has
> returned before executing my code?
> e.g. in the local listen I can set a flag, and then the local listen
> returns
> - but the thread that detects this flag and runs the task could still be
> scheduled to run before the local listen has returned.
> Is there a callback I can register which is triggered after the local
> listen
> returns so I can guarantee I am executing in the correct order (e.g. after
> whatever needs to be committed has been committed)?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to