how to do actor <-> actor communication?
It is possible in actor core to call other actors in some nice way? Or should I create client and then call it like I would from external app?
I have chatRoom actor and need to manage usage so I decided to create another usage actor - how to easily call this usage actor from chatRoom actor?
2 Replies