Fixed an issue with infinite loops polling workers who weren't working.
This commit is contained in:
parent
121ff0a4af
commit
6a5f8b810b
1 changed files with 3 additions and 0 deletions
|
@ -143,6 +143,9 @@ module.exports = class Angel extends CocoClass
|
||||||
@deserializationQueue = []
|
@deserializationQueue = []
|
||||||
@running = false
|
@running = false
|
||||||
_.remove @shared.busyAngels, @
|
_.remove @shared.busyAngels, @
|
||||||
|
clearTimeout @condemnTimeout
|
||||||
|
clearInterval @purgatoryTimer
|
||||||
|
@condemnTimeout = @purgatoryTimer = null
|
||||||
@doWork()
|
@doWork()
|
||||||
|
|
||||||
finalizePreload: ->
|
finalizePreload: ->
|
||||||
|
|
Reference in a new issue