Hi :wave: I was playing with <https://github.com/o...
# general
a
Hi đź‘‹ I was playing with https://github.com/osquery/osquery-go library, trying to cancel the
Query
call through the context timeout/cancellation and it doesn’t seem to work. The
Query
call still waits until the query completes. Checking the ctx.Err() after the call verifies that the context was indeed cancelled. Anybody saw this before? before I dig any further
z
I'm not sure the osquery extension API supports this. We could probably find a way to make the library return immediately, but I think osquery would still continue to execute the query.
a
Thank you!