Fixed an issue with infinite loops polling workers who weren't working.

This commit is contained in:
Nick Winter 2014-09-19 08:11:08 -07:00
parent 121ff0a4af
commit 6a5f8b810b

View file

@ -143,6 +143,9 @@ module.exports = class Angel extends CocoClass
@deserializationQueue = []
@running = false
_.remove @shared.busyAngels, @
clearTimeout @condemnTimeout
clearInterval @purgatoryTimer
@condemnTimeout = @purgatoryTimer = null
@doWork()
finalizePreload: ->