mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
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 = []
|
||||
@running = false
|
||||
_.remove @shared.busyAngels, @
|
||||
clearTimeout @condemnTimeout
|
||||
clearInterval @purgatoryTimer
|
||||
@condemnTimeout = @purgatoryTimer = null
|
||||
@doWork()
|
||||
|
||||
finalizePreload: ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue