vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Implement and test .Stop for PersistentSubscription #98

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

In Subscription.cs we need to implement .Stop for PersistentSubscriptionBuilder

Make sure we have a unit test and an intergration test verifying the Stop works.

One thing to consider is .Stop can throw an Exception.