Message Pointer Alignment #1551
-
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
Eshnek
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.