Message Pointer Alignment #1551
Answered
by
uNetworkingAB
sprung4590
asked this question in
Q&A
-
Hello! I am serializing binary data across the network using In the message callback, the I can copy the data before deserializing to get an offset it likes, but I was wondering if there is an easier way to avoid this extra copy? |
Beta Was this translation helpful? Give feedback.
Answered by
uNetworkingAB
Jan 9, 2023
Replies: 1 comment
-
There is no guarantee of alignment, not even to MESSAGE_HEADER. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sprung4590
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no guarantee of alignment, not even to MESSAGE_HEADER.