Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot handle multiple PeriodicalUpdaters #20

Closed
postmodern opened this issue Aug 31, 2011 · 2 comments
Closed

Cannot handle multiple PeriodicalUpdaters #20

postmodern opened this issue Aug 31, 2011 · 2 comments

Comments

@postmodern
Copy link

I encountered a problem, where I wanted to use multiple PeriodicalUpdaters to update multiple divs. Unfortunately, all of the divs were receiving the same data, which the last PeriodicalUpdater was receiving.

@k1mgy
Copy link

k1mgy commented Apr 12, 2012

Please post an example of how you are implementing this.

Although I think associating individual DOM elements to the updater may be inefficient, I've done this in testing and do not see the same issue.

@RobertFischer
Copy link
Owner

I've got sites where multiple PeriodicalUpdaters are running at the same time, and retrieve distinct data. Based on the age of this issue, I'm going to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants