peerlibrary / meteor-server-autorun

Server-side Tracker.autorun
https://atmospherejs.com/peerlibrary/server-autorun
MIT License
36 stars 7 forks source link

Meteor 1.0.4 issues #2

Closed mewm closed 9 years ago

mewm commented 9 years ago

When this package is installed on Meteor 1.0.4 the client loads forever in the browser.

mitar commented 9 years ago

This package is modifying only the sever side?

cherbst commented 9 years ago

I think this commit fixes the issue: https://github.com/cherbst/meteor-server-autorun/commit/86609ceb60659d9ace9e7a43ea23d230de7549da

mewm commented 9 years ago

@mitar I know, that's why I don't understand why this was/is happening. @cherbst okay cool, I'll try it out again eventually.

larixer commented 9 years ago

I confirm, that the commit above fixes "client loading forever" issue for me.

However, server tracker still doesn't work smoothly. I need to localize the next problem to make the report, but in few words - the client page showing records from database, that were populated inside server tracker, keeps re-rendering all the time. Not sure whether this connected with above fix or whether it is completely different problem.