pekko/akka-remote
Patrik Nordwall 021e7d58bc
Don't cache temp actors in ActorRefResolveCache, #29828 (#29834)
* problem described in in issue
* temp (ask) ActorRef shouldn't be cached
* similar to to the ActorRef compression that was fixed
  in https://github.com/akka/akka/pull/28823
* temp ActorRef doesn't contain the ActorRef uid so it can
  be resolved to an ActorRef with an old cached Association
* additionally, invalidate the cached Association if it has
  been removed after quarantine
* test that reproduces the problem in the issue
* also verified with the Main example in the issue
2020-12-04 08:14:58 +01:00
..
src Don't cache temp actors in ActorRefResolveCache, #29828 (#29834) 2020-12-04 08:14:58 +01:00