Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use
strlen
for JSON message in LightDB example
`sizeof` gives the wrong value and so the JSON will be mangled. Using `strlen` sends the whole string which makes this example work.
- Loading branch information