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

made Akka.Persistence.SqlServer LinkedList ThreadSafe #1471

Closed

Conversation

Aaronontheweb
Copy link
Member

work done by @Zetanova

@Horusiath
Copy link
Contributor

Actually in this context, list of pending operations isn't even necessary, as the only thing we use pending operations list for is to cancel all async operations, that work in the background when actor is stopped. This can be done easy using single shared CancellationTokenSource as it's in JournalDbEngine right now.

@rogeralsing
Copy link
Contributor

@Horusiath so you are saying that this PR fixes a non issue?

@Horusiath
Copy link
Contributor

I've submitted PR #1507 , where I've (hopefully) solved this problem in the simpler manner.

@Aaronontheweb
Copy link
Member Author

@Horusiath can this be closed then?

@Horusiath
Copy link
Contributor

Fixed in another PR (#1507)

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.

4 participants