Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
None
-
None
-
None
-
Sprint 37 - Ends Jan 29
-
0
Description
All events are handled asynchronously, even when they are not meant to be handled in that way.
We should look at the annotation on the event @AsynchronousPreferred and then setup the event handler accordingly. If that annotation is present setup an asynchronous event handler. If the annotation is not present then setup a synchronous event handler.