RESOLVED:CPlusPlus CHOP cooking when cookEveryFrame is false

In CPlusPlusCHOPExample code I modified getGeneralInfo method like this:

void CPlusPlusCHOPExample::getGeneralInfo(CHOP_GeneralInfo* ginfo) { ginfo->cookEveryFrame = false; ginfo->cookEveryFrameIfAsked = false; ginfo->timeslice = true; ginfo->inputMatchIndex = 0; }

However, CHOP is still being cooked even though it has no inputs/outputs. Could this be a bug?
TouchDesigner build 53040

If the node is timesliced it’ll still cook every frame if you are using it (that includes looking at the viewer) since it needs to calculate data for each new frame. If you turn off it’s viewer it should stop cooking though.