Skip to content

Remove scope suffixes for RPC communication #64

@pLeminoq

Description

@pLeminoq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions