All green, fixing issues with the new ask implementation and remoting
This commit is contained in:
parent
5d4ef80618
commit
d64b2a7292
10 changed files with 48 additions and 109 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue