-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
#1416 created ReceiveActor implementation of AtLeastOnceDeliveryActor #1469
#1416 created ReceiveActor implementation of AtLeastOnceDeliveryActor #1469
Conversation
👍 Well done :) Build is failing but this seems to be more related to multinode test runner than the changes introduced. |
…iveryActor base class
6c5afc9
to
4d1d79b
Compare
|
Re-running the MNTR now |
…e-delivery-actor-1416 #1416 created ReceiveActor implementation of AtLeastOnceDeliveryActor
@@ -112,4 +114,118 @@ | |||
</Target> | |||
--> | |||
|
|||
<Choose> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bah! I missed this when I first looked at the PR and merged it.
We'll need to remove that <Choose>
block below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, my mistake, I'll check it next time
No description provided.