peerlibrary / meteor-server-autorun

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

Make this implementation pass tests on the client side as well #1

Closed mitar closed 9 years ago

mitar commented 9 years ago

This server side implementation uses primitives which are available also on the client side. Sadly, the implementation does not pass tests on the client side as-is. It would be great if it did. Then this could become an implementation both on the server and client side and it would be clearer that the logic is the same.

mitar commented 9 years ago

Closing in favor of using specialized implementation on the server, which respects yields better.