Conflict with AccountsTemplate

I’m using AccountsTemplate and in various situations I use AccountsTemplates.logout(); . It’s works fine, but when I execute it with a template that is using aldeed/ 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, the logout is immediate and redirect to my login page.

Had someone this issue?