Our search agent implolementation is not stopping to process a search request, when you switch away from the ‘search’ tab, which is not a problem in the first place. However, coming back to the search tab sometimes leaves the agent in a non functional way.
- Are agents supposed to keep on processing the search request in the background?
- If so - i need to fix my code.
- If not - is there a unified way which Xprotect is using to signal, that the search should stop? E.g. through the CancellationToken? At the moment I am not successful with the cancelation token … but i can of course ‘manually’ detect a swich of tabs if this is the way to proceed.
Thanks in advance.