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
I'm just starting with Akka and have a question regarding whether to use ReceiveActors or UntypedActors, as I've seen them both used.
My understanding is that, as of C# 7 introducing pattern matching, UntypedActors are favoured. The docs mention "UntypedActor API is recommended for C# 7 users.", and I saw a talk by Aaron Stannard at NDC Sydney 2016 also mentioning (at 27m05s) pattern matching would be the way to go once it arrived.
This lesson does not seem to echo that sentiment though; are there any reasons to prefer ReceiveActor over UntypedActor?
I've searched around to see if there is any consensus, but haven't found anything. Issue #236 also asked the question, but didn't receive any response.
The text was updated successfully, but these errors were encountered:
I'm just starting with Akka and have a question regarding whether to use
ReceiveActor
s orUntypedActor
s, as I've seen them both used.My understanding is that, as of C# 7 introducing pattern matching,
UntypedActor
s are favoured. The docs mention "UntypedActor API is recommended for C# 7 users.", and I saw a talk by Aaron Stannard at NDC Sydney 2016 also mentioning (at 27m05s) pattern matching would be the way to go once it arrived.This lesson does not seem to echo that sentiment though; are there any reasons to prefer
ReceiveActor
overUntypedActor
?I've searched around to see if there is any consensus, but haven't found anything. Issue #236 also asked the question, but didn't receive any response.
The text was updated successfully, but these errors were encountered: