Created
April 24, 2015 21:15
-
-
Save BrianOstrander/d7dc07fb6b5e29979247 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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