Closed bigfatbrowncat closed 10 years ago
@dicej, your patch https://github.com/dicej/avian/commit/ffb0f9b345f419a0d2be2a3ccc376e4d7e2c0884 works in the case. Are you going to pull it to master? (I've wrote that here in order to document it - to pull it right after my pull request)
Yes, after 1.1 is released (hopefully today).
What about this? Is it still blocked? By the way, maybe there is a clearer solution...
This was pulled in as part of one of the recent pull requests, so it's fixed in master now.
I tried to use SimpleFramework (http://www.simpleframework.org) with Avian and Android class path. Unfortunately it doesn't work (it doesn't start listening for socket and just finishes) .
I have analyzed the cause of this problem and found these lines:
But
state
is neverNEW
. It's alwaysRUNNABLE
. After a short search I've found this function:It sets thread status to RUNNABLE value constantly and certainly should be implemented. Is it hard to implement it?