paddybyers / anode

Android framework for node.js applications
Other
583 stars 80 forks source link

AnodeActivity: An instance launched through activity is never removed from AnodeService #24

Open feichh opened 11 years ago

feichh commented 11 years ago

Since AnodeActivity calls addInstance directly, when starting an isolate, it should also remove them, when they stop. The additional cleanup may be considered overkill, but i doubt it hurts.

cheers

paddybyers commented 11 years ago

Thanks