Skip to content

Instantly share code, notes, and snippets.

@BrianOstrander
Created April 24, 2015 21:15
Show Gist options
  • Save BrianOstrander/d7dc07fb6b5e29979247 to your computer and use it in GitHub Desktop.
Save BrianOstrander/d7dc07fb6b5e29979247 to your computer and use it in GitHub Desktop.
04/24/2015 17:14:30: System.NullReferenceException: Object reference not set to an instance of an object
at UdpKit.UdpSocket+MasterClient.OnDirectConnectionWan (UdpKit.Protocol.DirectConnectionWan direct) [0x00000] in <filename unknown>:0
at UdpKit.Protocol.ProtocolClient+<>c__DisplayClass2`1[UdpKit.Protocol.DirectConnectionWan].<SetHandler>b__1 (UdpKit.Protocol.Message m) [0x00000] in <filename unknown>:0
at UdpKit.Protocol.ProtocolClient.Recv (UdpEndPoint endpoint, System.Byte[] buffer, Int32 offset) [0x00000] in <filename unknown>:0
at UdpKit.UdpSocket.RecvProtocol (UdpEndPoint endpoint, System.Byte[] buffer, Int32 bytes) [0x00000] in <filename unknown>:0
at UdpKit.UdpSocket.RecvNetworkPacket (UdpEndPoint ep, System.Byte[] buffer, Int32 bytes) [0x00000] in <filename unknown>:0
at UdpKit.UdpSocket.RecvNetworkData () [0x00000] in <filename unknown>:0
at UdpKit.UdpSocket.NetworkLoop () [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment