Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Launching RoboVM app' does not end task even when the app is closed #58

Open
siderakis opened this issue Dec 8, 2015 · 2 comments
Open

Comments

@siderakis
Copy link

I'm seeing this both on the simulator and device. Force quitting the app still doesn't end the sbt task.

sbt launcher version 0.13.7
sbt-robovm version 1.11.0

@Darkyenus
Copy link
Contributor

I am aware of this problem, but I am not sure what causes it, probably something with threads, because it works correctly when launched directly from command line ($ sbt device instead of $ sbt & $ device).

@siderakis
Copy link
Author

Running sbt device seems good enough, thanks for the tip.

I previously tried adding """cancelable in Global := true //can quit device task using [ctrl]+[c]""" to my sbt file, which lets the device task run twice within a sbt session, but the second time it would hang on getting a lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants