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
Dispose not being called when stopping service
Found a bug where the host instance variable inside of the
RhinoServiceBusHost was never being set anymore. This was resulting in
dispose not being called when the service was stopped.
It looks like this was introduced in commit cafe675
Message consumers under Windsor are now resolved with the default rel…
…ease policy of the container. This enables their proper decommission when using LifecycledComponentsReleasePolicy.