You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is a little counter-intuitive. Here's the deal.
In this case, we aren't using the handle for consoleWriterActor to talk directly to it. Instead we are putting that IActorRef inside a message that is getting sent somewhere else in the system for processing. When that message is received, the receiving actor will know everything it needs to in order to do its job.
yet FileValidatorActor is using the _consoleWriterActor directly in several places.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Docs say:
yet FileValidatorActor is using the
_consoleWriterActor
directly in several places.Thank you!
The text was updated successfully, but these errors were encountered: