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
New: To be more explicit, IEventFlowOpions.AddSynchronousSubscriber<,,,> and IEventFlowOpions.AddAsynchronousSubscriber<,,,> generic methods
Fix: IEventFlowOpions.AddSubscriber, IEventFlowOpions.AddSubscribers and IEventFlowOpions.AddDefaults now correctly registers implementations of ISubscribeAsynchronousTo<,,>
Obsolete: IEventFlowOpions.AddSubscriber is marked obsolete in favor of its
explicite counterparts