-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hi,
Great project! I am trying to compare the experience of using Orleankka to using Akka.NET. The default messaging pattern in Akka.NET is to use Tell, rather than Ask. I see that in Orleankka, a Tell method is also used. The default behavior of Tell in Akka.NET is to return as soon as the message has been added to the Actor's mailbox. Does Tell have the same behavior in Orleankka? I notice that it returns a task which gets awaited. And how does this differ from Notify?
Here's a recent article I read which may be relevant: https://petabridge.com/blog/actorref-tell-ask/
Thank you!
Metadata
Metadata
Assignees
Labels
No labels