Skip to content

Releases: jamcar23/PubSub.NET

v3.0

03 Aug 23:36
1c2c0e5

Choose a tag to compare

Breaking Changes!

Subscribers must be known when subscribing. Delegates aren't stored, methods are invoked via reflections (fixes memory leaks caused by delegates). Fixes concurrency issues when using PubSub in multiple tasks/threads.

v2.0.0

24 Jan 01:07

Choose a tag to compare

Breaking change: rename namespace

1.0 Release

21 Dec 16:53

Choose a tag to compare

First version of library released.