swift-distributed-actors icon indicating copy to clipboard operation
swift-distributed-actors copied to clipboard

Investigate and break strong reference cycle to ActorSystem

Open ktoso opened this issue 6 years ago • 0 comments

Normally "not an issue" since there is 1 system per application, however we must not willingly cause leaks even if people did something weird like spawning and stopping tens of systems -- e.g. it shows up in tests where the systems are not released.

ktoso avatar Dec 24 '19 00:12 ktoso