We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the following sample
https://github.com/Horusiath/Akkling/blob/master/examples/at-least-once-delivery.fsx
A redelivery will not be attempted if the echo actor crashes before it sends a Confirm message.
The underlying method StartRedeliverTask is never called the first time an actor starts.
Relevant lines:
Akkling/src/Akkling.Persistence/AtLeastOnceDelivery.fs
Line 65 in fa64746
https://github.com/akkadotnet/akka.net/blob/ff604c0cddab19388a7a71757e03c9960b930e30/src/core/Akka.Persistence/AtLeastOnceDeliverySemantic.cs#L656
The text was updated successfully, but these errors were encountered:
I could fix this but I wanted to confirm that it would add a schedule for every at-least-once-delivery actor.
Sorry, something went wrong.
No branches or pull requests
In the following sample
https://github.com/Horusiath/Akkling/blob/master/examples/at-least-once-delivery.fsx
A redelivery will not be attempted if the echo actor crashes before it sends a Confirm message.
The underlying method StartRedeliverTask is never called the first time an actor starts.
Relevant lines:
Akkling/src/Akkling.Persistence/AtLeastOnceDelivery.fs
Line 65 in fa64746
https://github.com/akkadotnet/akka.net/blob/ff604c0cddab19388a7a71757e03c9960b930e30/src/core/Akka.Persistence/AtLeastOnceDeliverySemantic.cs#L656
The text was updated successfully, but these errors were encountered: