Skip to content

InterfaceEvents v2.0.1

Latest
Compare
Choose a tag to compare
@thedudxo thedudxo released this 12 Nov 03:05
· 3 commits to master since this release
9af6599
  • Resending an event after a subscriber threw an exception does not cause eventSender to throw a concurrent send exception.
  • added Subscribe(int priority, T item) overload. Shouldn't change anything for you as Subscribe(int priority, params T items[]) already exists.