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
After sending first message "read" we also send continue to writer actor. The issue is when writer actor returns the reader actor never ask the user for another input.
The code _consoleWriterActor.Tell(read) need to be replaced with do while loop.
The text was updated successfully, but these errors were encountered:
After sending first message "read" we also send continue to writer actor. The issue is when writer actor returns the reader actor never ask the user for another input.
The code
_consoleWriterActor.Tell(read)
need to be replaced with do while loop.The text was updated successfully, but these errors were encountered: