nikolalsvk / render_async

render_async lets you include pages asynchronously with AJAX
https://rubygems.org/gems/render_async/
MIT License
1.08k stars 75 forks source link

Remove interval after Turbolinks visit event #113

Closed nikolalsvk closed 4 years ago

nikolalsvk commented 4 years ago

Closes https://github.com/renderedtext/render_async/issues/100

Issue #100 was happening when you navigate by history or you visit a Turbolinks managed link. The interval was not being cleared after this and the polling kept on going forever.