saymedia / angularjs-server

Specialized server for AngularJS sites
MIT License
247 stars 49 forks source link

Timeouts and Intervals cause crashes #1

Closed apparentlymart closed 10 years ago

apparentlymart commented 11 years ago

If the application creates any timeouts or intervals during rendering, these will often run after the page rendering is complete and the angularcontext is disposed, which inevitably leads to a segfault.

This is actually really a bug in angularcontext itself, since it should ensure that the dispose method cleans up all of the state of the context and doesn't leave resources dangling.

apparentlymart commented 10 years ago

This was fixed a while back.