swak / lidgren-network-gen3

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

NetPeer.MessagePools Recycle method NullReferenceException #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A NullReferenceException is thrown on the storage variable located in 
NetPeer.MessagePools#Recycle(byte[] storage).  Added a patch that includes a 
null check on the existing null check in the method body.  Tested it with a 
unit test, thus far no exceptions or message issues.

Original issue reported on code.google.com by kirkmacm...@gmail.com on 29 Aug 2014 at 5:19

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in rev 375; thanks.

Original comment by lidg...@gmail.com on 29 Aug 2014 at 6:52