Open jacobkasper opened 4 months ago
I confirm that have the same problem : #1297
The first time that I noticed, was when I was working on a Shiny application. When I run the program and it was listening on 127.0.0.1/...
obviously the shell was blocked. When I decided to halt the server via C-c C-c
I noticed that it was impossible and C-c C-c
indeed had absolutely no effect.
I have the same problem. It also happens to me when running shiny process
Do you use corfu for autocompletition? This was the root of the problem for me, see here
I do not use corfu
I cannot figure out why this happens, but sometimes my inferior R process hangs up and C-c C-c does not stop it. I have to kill the buffer and start again. It might be related to sending code too quickly to the buffer, but I not sure about this. It does not happen if I go into RStudio. What are the steps to debug this?