When sending a message using SendUnconnectedToSelf, the received message
doesn't actually contain the sent message data. It will have the length of the
sent message, but the content will be all zeroes instead of what was actually
sent.
The reason for this is that the content of the outgoing message isn't being
copied to the incoming message in SendUnconnectedToSelf.
Original issue reported on code.google.com by hakim.b...@gmail.com on 7 Mar 2013 at 9:13
Original issue reported on code.google.com by
hakim.b...@gmail.com
on 7 Mar 2013 at 9:13