Open jdm opened 5 years ago
@jdm is this replicable on not-magicleap servo? It sounds like the rAF thread isn't responding to freeze properly.
I can reproduce this on desktop; if I load the transparent rects demo then load another page, I keep seeing the FPS counter in the terminal from console.log statements that happen in the previous page's rAF event.
This compositor code doesn't take into account whether a pipeline is frozen or not; neither does this constellation code. It would probably be best to avoid sending the message from the compositor if the necessary information is available at that point.
I suspect the transparent rectangles page started some persistent rAF loop that didn't get cancelled.