Hi everyone! I'm writing an extension in C++. The ...
# general
o
Hi everyone! I'm writing an extension in C++. The extension returns a table with results to Fleet. Everything works fine, results are received as expected, except for a special case, which I don't understand: Sometimes, my extension needs to execute another .exe file. I've noticed that the file is executed just fine, but the agent reports to Fleet with NO TABLE. When I debug it, I can see that everything is working fine, and the code gets to the point on which it creates the result row - with all the right data - but still, the result in Fleet is EMPTY. Can anyone help me?
Adding a sleep for 2 seconds before sending the results solved it somehow.