Hide
The Container.schedule() method will have no effect if it is called from inside a MessagingHandler callback function.
Workaround: Call schedule() from outside the MessagingHandler callback functions.
Show
The Container.schedule() method will have no effect if it is called from inside a MessagingHandler callback function.
Workaround: Call schedule() from outside the MessagingHandler callback functions.