Skip to content
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

MessageSender now supports two stages of MessageSystem work #76

Merged
merged 1 commit into from
Sep 1, 2019

Conversation

ForNeVeR
Copy link
Member

Closes #66.

The MessageSender is now slightly aware of the MessageSystem state and won't try to send any messages while it isn't ready to accept them.

For now, the new concept is already used when the message system is restarting, but we will do more in scope of #18.

I've also rearranged some bits of our test code to reuse them in multiple tests.

@ForNeVeR ForNeVeR force-pushed the feature/66.stateful-system branch from e2055fd to 7c0a6d7 Compare August 30, 2019 11:24
@ForNeVeR
Copy link
Member Author

ForNeVeR commented Sep 1, 2019

Hereby I approve these codes.

@ForNeVeR ForNeVeR merged commit 7c0a6d7 into master Sep 1, 2019
@ForNeVeR ForNeVeR deleted the feature/66.stateful-system branch September 1, 2019 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate Start action on the message system
2 participants