You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.