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
When a component has subscribed to receive notifications of when specific actions are dispatched (IActionSubscriber or FluxorComponent.SubscribeToAction it is not possible to unsubscribe from all actions within the code that is called back.
The text was updated successfully, but these errors were encountered:
* Allow observer callback code to unsubscribe from action notifications (Fixes#84)
* Throw exception if base.OnInitialzed not called (Fixes#82)
* Remove unneeded reflection (Fixes#87) (#90)
* Include ActionSubscriber tutorial in solution
When a component has subscribed to receive notifications of when specific actions are dispatched (
IActionSubscriber
orFluxorComponent.SubscribeToAction
it is not possible to unsubscribe from all actions within the code that is called back.The text was updated successfully, but these errors were encountered: