Closed pmlopes closed 3 years ago
Signed-off-by: Paulo Lopes pmlopes@gmail.com
Motivation:
The bridge internals were assuming message body ws always JSON Object. This was a wrong assumption as can be seen on the client implementations.
This PR addresses the issue by changing the internals to not assume JSON Object but any valid type.
LGTM @pmlopes
Signed-off-by: Paulo Lopes pmlopes@gmail.com
Motivation:
The bridge internals were assuming message body ws always JSON Object. This was a wrong assumption as can be seen on the client implementations.
This PR addresses the issue by changing the internals to not assume JSON Object but any valid type.