I'm using AccountsTemplate and in various situations I use AccountsTemplates.logout();. It's works fine, but when I execute it with a template using Meteor-Tabular, the logout doesn't work immediately. I see that server logout is done, but client doesn't render. If I am in other template without Tabular, works immediately and redirect to my login page.
I noticed that node processor go to 100% of use.
Had someone this issue?