https://github.com/osquery/osquery logo
#fleet
Title
# fleet
k

Kun Nan

07/19/2021, 3:04 AM
Hi, I want to know if is there anyway to stop liveQuery after waiting too long using API such like
Copy code
Fleet.LiveQuery(ep.Query, []string{}, ep.Hosts)
and If the Query spends too much time,will the websocket stuck?
z

zwass

07/19/2021, 8:53 PM
There's actually an open PR for that: https://github.com/fleetdm/fleet/pull/1006/files I will take a look at addressing the comment and getting that merged.
k

Kun Nan

07/20/2021, 7:40 AM
thanks for your feedback!