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
The implementation of PathFactory::SubscriptionNameFor() currently uses handlerType.Name. It should use .FullName because otherwise an event subscription will get lost if there are two handlers for the same event type which happen to be named the same (but under different namespaces).
The implementation of
PathFactory::SubscriptionNameFor()
currently useshandlerType.Name
. It should use.FullName
because otherwise an event subscription will get lost if there are two handlers for the same event type which happen to be named the same (but under different namespaces).Note - this issue affects V3 too - see NimbusAPI/Nimbus#274
The text was updated successfully, but these errors were encountered: