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

Feature/issue 13 #37

Merged

Conversation

hawthorne-abendsen
Copy link
Collaborator

Resolves #13

Centaurus.Alpha/Controllers/ConstellationController.cs Outdated Show resolved Hide resolved
Centaurus.Domain/Models/AccountRequestCounter.cs Outdated Show resolved Hide resolved
var request = envelope.Message as RequestQuantum;
if (request == null)
return;
var account = Global.AccountStorage.GetAccount(request.RequestMessage.Account);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be a minor performace problem in a future. We populate the account when the request arrives. Can we somehow obtain it from the request, without fetching from the storage?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move it to separate issue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref #39

Centaurus.Domain/Quanta/Handlers/QuantumHandler.cs Outdated Show resolved Hide resolved
Centaurus.Domain/Snapshot/SnapshotManager.cs Outdated Show resolved Hide resolved
Centaurus.Domain/Snapshot/UpdatesAggregator.cs Outdated Show resolved Hide resolved
@orbitlens orbitlens merged commit a1b6481 into centaurus-project:master Apr 4, 2020
@hawthorne-abendsen hawthorne-abendsen deleted the feature/issue-13 branch April 8, 2020 14:48
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.

Cleint limitations
2 participants