JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.75k stars 429 forks source link

Moved dispose of old CancellationTokenSource in ProjectionCoordinator to right before creation #3239

Closed baltie closed 1 month ago

baltie commented 2 months ago

This avoids the problem with exceptions thrown if StopAsync is called more than once.

Closes GH-3237