Aaronontheweb on dev
Fix #4083 - Endpoint receive bu… (compare)
akka {
loggers = ["Akka.Event.TraceLogger, Akka"]
loglevel = "ERROR"
}
Func<Neo4JClient> generator
) in its constructor or call a static factory somewhere if necessary
replyMap
is accumulated value. Since in your example immutable map is used, when your calling replyMap + (address -> (replyMap(address) + 1))
you're actually returning new map instance with updated key-value pair. This map is then moved as replyMap
to the next iteration of foldLeft
(address -> (replyMap(address) + 1))
is Scala equivalent of C# new KeyValuePair<Address, int>(address, replyMap[address] + 1)
Sender
, Self
, and Parent
always dynamically resolve their state using the current IActorContext
TestConductor
in the multi-node testkit that your Roslyn analyzer also found