Currently the AbstractControllerServer and AbstractRemoteClient add a control to the RPCServer/RPCClient scopes.
|
this.rpcClient = factory.createRPCClient(ScopeProcessor.concat(scope, AbstractControllerServer.SCOPE_SUFFIX_CONTROL), communicatorConfig); |
This can be removed as the mqtt implementation adds the suffix
/rpc to the scope anyway.
Currently the AbstractControllerServer and AbstractRemoteClient add a control to the RPCServer/RPCClient scopes.
jul/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java
Line 277 in 93af28e
This can be removed as the mqtt implementation adds the suffix
/rpcto the scope anyway.