This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
There's no way to send messages to buses without coupling to implementation #133
Open
Description
The current implementation of WorkBench
, deemed our service locator, does not contains a instance of IMessageBrokerWrapper
.
Users are directly instantiating MessageBroker
, just like this example (not included in this repo):
As one can see, the MessageBus is instantiated directly
I don't believe I need to elaborate. We need to address this as quickly as possible.