solendil/FractalJS

Workers should be discarded instead of waited for when a new image must be computed

Closed this issue · 1 comments

Workers should be discarded instead of waited for when a new image must be computed

Worker termination does not work in chrome... https://code.google.com/p/chromium/issues/detail?id=502298 : the code with termination works beautifully, but crashes regularly. Unfortunately, there's no viable alternative...