liquidprojections / LiquidProjections

Liquid Projections supports building and maintaining autonomous .NET projection code in an Event Sourcing architecture.
https://www.liquidprojections.net
MIT License
169 stars 25 forks source link

Subscription cancellation improved for memory event sources #105

Closed IharBury closed 7 years ago

IharBury commented 7 years ago

It was possible for a subscription to start processing a new batch of transactions after the subscription has been cancelled. It still possible that the subscription continues processing of a transaction batch after it has been cancelled.