Skip to content

Mqtt, MqttBroker & Runtime services should be decoding/encoding the same way as WebGui #1290

@supertick

Description

@supertick

Describe the bug
All gateway services should be decoding and encoding messages in the same way

To Reproduce
WebGui uses meta data to map complex parameters in CodecUtils.fromJson(bodyData, Object[].class);
Mqtt, MqttBroker & Runtime use MethodCache.getDecodedJsonParameters which is not explicit, and must "guess" on overloaded complex types

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