aknuth/simpleeventbus

Feature required: to dispose an EventBus instance

Opened this issue · 0 comments

Currently the EventBus instance will never be disposed since the two daemon 
thread, eventQueueThread and killQueueThread, will never exit. The two thread 
are blocked in a "while(true)" loop. 
So, if the program continues to create EventBus instance, more and more threads 
are created and finally gets a fatal error.

Original issue reported on code.google.com by iolyg...@gmail.com on 2 Sep 2011 at 7:05