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):
Steps you didn't forgot to do
Additional context