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
What I config in emqx_web_hook.conf is like web.hook.rule.message.publish.2 = {"action": "on_message_publish", "topic": "foo/#"}
When the server receviced the map data, the payload field's type is String not a byte array, the message is messy code like this ���f}����@@@, what can I do to get a byte array payload?
The text was updated successfully, but these errors were encountered:
What I config in emqx_web_hook.conf is like
web.hook.rule.message.publish.2 = {"action": "on_message_publish", "topic": "foo/#"}
When the server receviced the map data, the
payload
field's type isString
not abyte array
, the message is messy code like this���f}����@@@
, what can I do to get a byte array payload?The text was updated successfully, but these errors were encountered: