See comments in #283
ActorServiceImpl implements ActorService and there is a class ActorService in the same directory (class not interface). This is confusing. We have two kind of Actors. Real Actors and data structures that administer Actors. These two concepts are not well separated.
See comments in #283
ActorServiceImpl implements ActorService and there is a class ActorService in the same directory (class not interface). This is confusing. We have two kind of Actors. Real Actors and data structures that administer Actors. These two concepts are not well separated.