Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
430 stars 69 forks source link

Allow using persistent subscription client #354

Closed alexeyzimarev closed 3 weeks ago

alexeyzimarev commented 3 weeks ago

Persistent subscriptions use EventStoreClient for creating its own instance of EventStorePersistentSubscriptionClient. It might be confusing when building services that only use persistent subscriptions and would expect to register that client in the DI container but then it won't work. Now it's fixed. Also fixed the exception thrown by ESDB subscriptions when stopping.