HPCC-15268 Code to increment active lost from roxie Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -1834,7 +1834,10 @@ protected:
void onStartStrands()
{
ForEachItemIn(idx, strands)
+ {
strands.item(idx).start();
+ active++;
+ }
}
};