lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

SendUnconnectedToSelf doesn't "send" message data. #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Oops, fixed in rev 336

Original comment by lidg...@gmail.com on 26 Mar 2013 at 6:14