Logic disables plugins when there is no active region

Until JUCE 4.1.0 there was a setting method called AudioProcessor::silenceInProducesSilenceOut(). It was to signal the host, if there is no Audio there is no point in calling the processing.
I think I remember a discussion in the forum, that it had no influence, so it got removed in 4.2.0.
Maybe something to investigate…

EDIT: here is the forum link: