-
Notifications
You must be signed in to change notification settings - Fork 15
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
AsyncCancelled if command takes a while. #38
Comments
It works correctly on bc4cce6. |
I ran into this problem running EDIT 1: I typed too soon! It worked once and then I started getting the same error message as the OP. I'm writing a latex document using vim and it seems to be a problem with the way vim saves the file. When saving the file in vim it occasionally works but if I EDIT 2: And I typed too soon. Again!
When I changed my match to Sorry for the noise but hopefully this might help someone else who runs into this problem. @schell maybe you could add it to the |
Thank you for the report @filterfish ! I'll add a blurb about it asap. |
I ran into this issue again while working with I ended up switching to |
I'm also getting
Input files are generated by a compiler and I think they may be updated a few times (e.g. it first crates it, then updates the file contents etc. or maybe flushes the file a few times). Not sure if relevant, but I'm also seeing these lines when I stop
I see a lot of these. |
We probably need to add a customizable throttle command like the |
Is it not a bug given it worked fine with a previous version? Sounds like a race condition from what I can understand. Looking at the diff between the working/non working commit - possibly a bug upstream as well, or just a change in behavior. |
This only occurs if
sleep 0.15
is present.echo 'test'
is never run. This used to work without issue (I might have been on an older commit / version).This occurs with the
master
branch (3eee0ec).The text was updated successfully, but these errors were encountered: