kadirahq / subs-manager

Subscriptions Manager for Meteor
MIT License
358 stars 36 forks source link

infinite loop after 10 subscribe (cacheLimit) #45

Closed darkship closed 3 years ago

darkship commented 9 years ago

In my repo you will be able to subscribe through iron-router's waitOn using subs-manager.

From 1 to 10 subscribe, everything is fine. After 10, there is an infinite loop.

https://github.com/darkship/test_SubsManager

cacheLimit is 10 by default. If you increase it you can put more but after the limit you have an infinite loop again. Shouldn't we have a warn message and prevent to add more subscriptions ?

rijk commented 8 years ago

Helped me with debugging a similar problem. Thanks!