Hi there,
i’m working on an Ember App, and my problem is:
Many users works with the same app simultaneously using different browser on different pcs and i need to reload data every time one of them do some changes.
how can i do that?
I tried to trigger model.reload()
using property('clock.second')
but it starts fetching all the data from the DB every second …
Are there any other possibilities?