What's Changed
- Clean up locking implementation in WeakEventHandlerBase by @RichardD2 in #3
- Refactor locking mechanism in
WeakEventBaseto useReaderWriterLockSlimfor 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
- @RichardD2 made their first contribution in #3
Full Changelog: v1.0.2...v1.0.3