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
Original issue reported on code.google.com by
snyperc...@gmail.com
on 14 Jul 2012 at 3:39Attachments: