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

Single task queue to prevent events being denormalized out of order #6

Merged
merged 1 commit into from
Dec 12, 2014
Merged

Conversation

andywer
Copy link
Contributor

@andywer andywer commented Dec 12, 2014

Hi! I just ran into an issue with the denormalizer. Replaying events by using replayStreamed might lead to events being denormalized out of order (if they are denormalized by different ViewBuilders).

This commit fixes it. Please have a look at it.

See you on Monday!

@adrai
Copy link
Contributor

adrai commented Dec 12, 2014

Seams fine... will merge this weekend... PS. I've done it for the non-streamed case and forgot the streamed case... thanks for contribution ;-)

adrai added a commit that referenced this pull request Dec 12, 2014
Single task queue to prevent events being denormalized out of order
@adrai adrai merged commit 12e0035 into thenativeweb:master Dec 12, 2014
adrai added a commit that referenced this pull request Dec 12, 2014
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.

2 participants