KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 19 forks source link

Support the possibility to use different executors for MBassador #762

Open Dudeplayz opened 5 years ago

Dudeplayz commented 5 years ago

If the application runs under vert.x (sockjs) and an event is dispatched async to an ui which updates something then the session crashes because everything which updates the ui needs to run in an vert.x context to allow sockjs to run properly. MBassador allows to set a different dispatcher so it could be useful to allow to set vert.x executors at that point.