Hi, I want to know if is there anyway to stop live...
# fleet
k
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
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
thanks for your feedback!