issues
search
EventStore
/
EventStore-Client-Dotnet
Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
147
stars
38
forks
source link
Adjustments to Disposal
#189
Closed
timothycoleman
closed
2 years ago
timothycoleman
commented
2 years ago
Seal the Client classes (no finalizers here)
Make dispose/async virtual instead of explicit so it will be called in the standard way
When disposing EventStoreClient don't create a batchappender if there wasn't one.