lnobad / lidgren-network-gen3

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

Move Lidgren XNA extensions to NetBuffer instead of Net{Incoming,Outgoing}message #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Lidgren XNA extensions should extend NetBuffer not NetIncomingMessage or 
NetOutgoingMessage now that NetBuffer has been added, otherwise you can't use 
them on a raw NetBuffer.

(The change is trivial, just need to replace the class names in 
XNAExtensions.cs so I'm not submitting a patch)

Original issue reported on code.google.com by elise...@gmail.com on 31 May 2012 at 12:51

GoogleCodeExporter commented 9 years ago
FIY issue 122 is a duplicate but it has a patch

Original comment by elise...@gmail.com on 5 Jun 2012 at 3:04

GoogleCodeExporter commented 9 years ago
Fixed in rev 300, thanks!

Original comment by lidg...@gmail.com on 2 Jul 2012 at 7:14