Skip to content

Commit

Permalink
Update README.md 2
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Reber <[email protected]>
  • Loading branch information
JasperTan97 and domire8 authored Mar 13, 2024
1 parent 9b53c13 commit 3611d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ Here we expect the printed value to be `Hello!`, however due to the way strings
print(received_str_msg.decode("utf-8")) # will print Hello! as expected
```

However, due to the different ways each communication protocol transmits data, there is no general method to ensure the data is correct, and this responsibility is left to the user to sanitize the data correctly. For other examples, check `python/test`.
More examples can be found [in the Python unit tests](./python/test).

0 comments on commit 3611d06

Please sign in to comment.