For the Go port, we can run a timeout and a query in different coroutines, but even if the timeout triggers and stops the query call from blocking, there will still be a coroutine trying its best to run the query. We can probably use interrupts or something to force it to yield or die.
For the Go port, we can run a timeout and a query in different coroutines, but even if the timeout triggers and stops the query call from blocking, there will still be a coroutine trying its best to run the query. We can probably use interrupts or something to force it to yield or die.