Re: Local messaging not happening asynchronously

2018-11-20 Thread Bob Newcomer
Hello, would it be useful if I provided a test-case to help explain the situation? On Sat, Nov 17, 2018, at 11:27 AM, Bob Newcomer wrote: > Hello, > > I have a distributed app that has an ignite client instance connected > to a grid. Every app registers for the same to

Local messaging not happening asynchronously

2018-11-17 Thread Bob Newcomer
Hello, I have a distributed app that has an ignite client instance connected to a grid. Every app registers for the same topic and uses it to broadcast information to its peers and itself to perform async work in the ignite thread pool. The handler for this topic may take several minutes to