microsoft / ngconf2015demo

TodoMVC application demo for ng-conf 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updates not realtime

adamstortz opened this issue · comments

When data is changed in one user session, it is not reflected in others until a key is hit or one of the todo items is checked. I am wondering where the issue lies. Is it Angular2, AngularFire, or this particular demo?

Example, if the view is in this state, the screen on the left is out of date until I hit the A key and then the two are in sync:
screenshot 2015-03-07 15 16 23
screenshot 2015-03-07 15 16 44

This is due to the old version of Zone.js. This issue is fixed in the latest version.

I have upgraded to the latest version of Zone.js and that has not fixed the issue. I have also pulled down the latest source from this repo and it is still happening.