lnobad / lidgren-network-gen3

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

NetConnection Null Reference Exception #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i'm writing a wrapper class library
and when passing a NetConnection
from NetIncomingMessage via Action(Of T) delegate
to get the connection status
i get a null reference exception

the incoming messages are handled by using callback
(so all incoming messages shouldn't be null)

1.i start the server app then the client app
2.i connect the client to the server app
3.the server app shows the connection status that
it's connected by the client then throws a null reference exception
instantly

My OS is Windows 7 Pro 64bit
i'm using the latest lidgren library at the day i posted this
(gen3-2012-05-26)

i attached all of my source code with this post
anyone please help if i made a mistake
thank you

Original issue reported on code.google.com by snyperc...@gmail.com on 14 Jul 2012 at 3:39

Attachments:

GoogleCodeExporter commented 9 years ago
This is most likely not a library issue

Original comment by lidg...@gmail.com on 23 Aug 2012 at 1:43