Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to Disposal #189

Merged
merged 1 commit into from Feb 1, 2022
Merged

Adjustments to Disposal #189

merged 1 commit into from Feb 1, 2022

Conversation

timothycoleman
Copy link
Contributor

@timothycoleman timothycoleman commented Jan 28, 2022

  • 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.

- 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.
Copy link
Member

@hayley-jean hayley-jean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. We should point out that this is a breaking change in the release notes

@timothycoleman timothycoleman merged commit e1170cd into master Feb 1, 2022
@timothycoleman timothycoleman deleted the dispose branch February 1, 2022 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants