erpc
erpc copied to clipboard
[BUG] Logger is not very usefull when receiving corrupted data.
Describe the bug
When corrupted data are received (crc check fail) logger action is skipped. We now that fail occured but we cannot figure out why as we don't see message.
To Reproduce
Send message with wrong crc to server.
Expected behavior
I think we can refactor code a bit to developer decide if he want log all messages or only good messages and moved code to better place than client/server initialization as it is really tight to transport.
Screenshots
Desktop (please complete the following information):
- OS:
- eRPC Version:
Steps you didn't forgot to do
- [x] I checked if there is no related issue opened/closed.
- [X] I checked that there doesn't exist opened PR which is solving this issue.
Additional context