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

A-shell sometimes unable to quit “long running” commands #270

Open
nipunbatra opened this issue Jun 26, 2021 · 2 comments
Open

A-shell sometimes unable to quit “long running” commands #270

nipunbatra opened this issue Jun 26, 2021 · 2 comments

Comments

@nipunbatra
Copy link

Hi, sometimes when running long running command, such as ffmpeg, I am unable to quit in between. I tried

  • q
  • Command + Z
  • Ctrl + Z
  • Command + C
  • Ctrl + Z

F4AECCF1-1B07-49EF-A2A3-DE9882D65D6F

Moreover, after this “incorrect” termination, when I close and reopen the app, I’m still stuck on the previous command. Sometimes, it takes 2-3 times app closing and opening to be able to “end” the command.

I am wondering if I’m doing something wrong.

@holzschu
Copy link
Owner

I haven't found a way to stop a webAssembly program so far. It's one of their weaknesses.
Normally, force-terminating the App does it (one press on home button to put it in the background, two press on home button to see the app browser, slide a-Shell upward to force-terminate the app).

@bummoblizard
Copy link
Contributor

I haven't found a way to stop a webAssembly program so far. It's one of their weaknesses.
Normally, force-terminating the App does it (one press on home button to put it in the background, two press on home button to see the app browser, slide a-Shell upward to force-terminate the app).

An idea: Would WKWebView.reload() work in this case?

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

3 participants