1 min readDec 24, 2018
--
I was planning this as my next article :)
In short, if you run your verticle on even loop and event loop is busy, you won’t get your messages.
That’s because message on local event loop is just another callback.
For distributed event loop, its more complex.