All green, fixing issues with the new ask implementation and remoting

This commit is contained in:
Viktor Klang 2011-10-28 23:11:35 +02:00
parent 5d4ef80618
commit d64b2a7292
10 changed files with 48 additions and 109 deletions

View file

@ -31,7 +31,7 @@ class RemoteConnectionManager(
def iterable: Iterable[ActorRef] = connections.values
}
val failureDetector = remote.failureDetector
def failureDetector = remote.failureDetector
private val state: AtomicReference[State] = new AtomicReference[State](newState())