fix(utils/bec_dispatcher): bec_dispatcher adjusted to the new BECClient;...
Description
Changing BECDispatcher
to adjust for new BECClient
introduced by bec!516 (merged).
Related Issues
close #115 (closed)
Type of Change
- No config path to be specified as arg, the client is always taken from the singleton instance of
BECClient
Potential side effects
Not, know, I tested the bec
with BECFigure
and all works as intended. Test are passing locally with refactor/client_cleanup
branch on BEC
Additional Comments
@usov_i now there is no way to pass bec_config.yaml
to dispetcher, instead it takes client as a arg (if it is needed for testing/debugging, in production I think there is no need to pass any other client and always to refer to the singleton one).