Hung HTTP endpoint causes CLI shell to hang, can't recover with ctl-c, can only use ctl-\ to kill
Basically I expect that I can terminate the shell (or terminate the sent SQL command, staying in the shell) with ctl-c when hung on sending a command. Or in other words, SIGINT should get my prompt back, shouldn't need a SIGKILL.
What's the best way to reproduce this @CodingDoug ? How did you get the HTTP endpoint to hung?
This was filed back when there were other problems with Turso that made connections hang indefinitely. I'm not sure about the best repro now, but you might be able to do something to prevent network packets from getting there and back without failing outright.
Ok. I will try to think about something. Thanks.
I haven't been able to replicate this hanging. Closing for now.