The current way of handling acess to the current event's message is less than properly defined; in some places access is synchronized (sometimes for no apparent reason?!), in others it is not. While the most pressing concurrency issues from 1.2 have been solved and the situation has definitely improved, I'm not entirely sure we have done it correctly and just enjoy "accidental success" for the moment.
Description
The current way of handling acess to the current event's message is less than properly defined; in some places access is synchronized (sometimes for no apparent reason?!), in others it is not. While the most pressing concurrency issues from 1.2 have been solved and the situation has definitely improved, I'm not entirely sure we have done it correctly and just enjoy "accidental success" for the moment.