erpc icon indicating copy to clipboard operation
erpc copied to clipboard

[BUG] Logger is not very usefull when receiving corrupted data.

Open Hadatko opened this issue 2 years ago • 0 comments

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

image

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

Hadatko avatar Aug 10 '23 09:08 Hadatko