I am a bit confused. The "send()" method does not wait for any replies, why would it block?
On Fri, Mar 24, 2017 at 2:38 AM, Dmitry Karachentsev < dkarachent...@gridgain.com> wrote: > Hi Igniters! > > We have in IgniteMessaging interface async support, and it's used only for > registering/deregistering listeners, not for message sending. But user may > fall into the case, when connection to destination node was lost and user's > thread is blocked on IgniteMessaging.send()/sendOrdered() methods till > failureDetectionTimeout is up. > > I think, it may be a good idea to support async mode for sending messages > (and probably without creating separate future for each message). > > What do you think? > > Thanks! > > Dmitry. > >