You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nng_msg_clear docs state that it only clears the message body, but in 1.3.0 it clears both the body and header. This was not the case in earlier releases.
NNG & Platform details.
1.3.0
Expected Behavior
nng_msg_clear only clears the message body and leaves the header untouched.
nng_msg_clear
docs state that it only clears the message body, but in 1.3.0 it clears both the body and header. This was not the case in earlier releases.NNG & Platform details.
1.3.0
Expected Behavior
nng_msg_clear
only clears the message body and leaves the header untouched.Actual Behavior
nni_msg_clear
now also clears the now inlined header from this CL (abab139#diff-f719e7b45a41a7b3f01eea3660f52434).The text was updated successfully, but these errors were encountered: