You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: