function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maggie LongshoreMaggie Longshore 

ActionPoller when in lightning view continues when component is no longer on page

I have 
<apex:actionPoller rerender="jobs" interval="30" action="{!updateStatus}"/>
in a component and I noticed while I was trying out lightning with summer 16 that the poller continued even after I navigated away from the page,

I understand why this happens because the component is still active though not visible. I just thought to point this out in case someone is deciding if their code is ready for lightning.

i will need to rewrite these pages/controllers to use more modern methods before we roll out lightning to our users.