You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 2 Sep 2011 at 7:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Sep 2011 at 7:05The text was updated successfully, but these errors were encountered: