Make sure that driverlisteners are threadsafe
Brought to you by:
kogashugo
Make sure that message consumption in Widgets is threadsafe. It may be the case that message passing/consumption is taking place on the EDT (which is harder to notice in small systems) instead of being thrown into the queue. Should refactor the receiveMessage to use swingutilities or widgets to use a background worker