Conversation
|
The coverage check seems to be not relevant because I added 2 new lines (include and new line) which is not covered. |
|
The purpose of this PR was that I have to serialize and transport the raft packages over network. But because I have to support two platforms (x64 and ARM32) this was a problem. The serialization (flatbuffers) needs an explicit type and cannot change between platforms between 32 and 64 bits. Now with the current changes on the library I got compiler warnings like: This is because the new Please consider all those experiences when defining the final fix for this whole problem or provide an explanation why |
No description provided.