remove some FIXMEs
some were left-over residue, some were fixed
This commit is contained in:
parent
4b04faf582
commit
e86144499c
9 changed files with 15 additions and 280 deletions
|
|
@ -288,7 +288,7 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
|
|||
if (debug) actors.remove(this, actor.self)
|
||||
addInhabitants(-1)
|
||||
val mailBox = actor.swapMailbox(deadLetterMailbox)
|
||||
mailBox.becomeClosed() // FIXME reschedule in tell if possible race with cleanUp is detected in order to properly clean up
|
||||
mailBox.becomeClosed()
|
||||
mailBox.cleanUp()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue