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
Hi!
I've noticed a strange bug when trying to use ValidationCommandBus. It appears that when executing command with this bus this decorator is firing validator then using the default command bus which is bound to another ValidationCommandBus via the service provider.
Hi!
I've noticed a strange bug when trying to use
ValidationCommandBus
. It appears that when executing command with this bus this decorator is firing validator then using the default command bus which is bound to anotherValidationCommandBus
via the service provider.This code binds the interface to implementation of ValidationCommandBus so it is looping here for me. The version is 1.3.10.
The text was updated successfully, but these errors were encountered: