Fixed 3 bugs in Active Objects and Actor supervision + changed to use Multiverse tryJoinCommit + improved logging + added more tracing + various misc fixes

This commit is contained in:
Jonas Bonér 2010-07-13 12:37:11 +02:00
parent c8f1a5ede1
commit b98cfd5c1f
9 changed files with 247 additions and 207 deletions

View file

@ -53,7 +53,7 @@ final class MessageInvocation(val receiver: ActorRef,
"\n\tsender = " + sender +
"\n\tsenderFuture = " + senderFuture +
"\n\ttransactionSet = " + transactionSet +
"\n]"
"]"
}
}