Skip to content

v1.0.3

Latest

Choose a tag to compare

@Seramis Seramis released this 06 Jul 14:41
· 6 commits to main since this release
c12cda7

What's Changed

  • Clean up locking implementation in WeakEventHandlerBase by @RichardD2 in #3
  • Refactor locking mechanism in WeakEventBase to use ReaderWriterLockSlim for improved concurrency by @Seramis in #4
  • During PublishAsync(), only upgrade to write lock when there are any dead handlers. by @Seramis in #5
  • Refactor tests and code for consistency, readability, and minor improvements by @Seramis in #6

New Contributors

Full Changelog: v1.0.2...v1.0.3