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
samples: net: azure_iot_hub: Fix bug in response to direct method
The response payload size was not set correctly resulting in an
invalid json response. The size set was the size of the pointer (4)
and not the string content.
Signed-off-by: Jan Tore Guggedal <[email protected]>
0 commit comments