I have a new PC and had this source working, today I decided to load it up and it threw this error
The line in question is "if (Pool.MsgInvoker.TryGetInvoker(PacketID, out hinvoker))"
Code:
System.NullReferenceException: Object reference not set to an instance of an object. at MrRayzo.CachedAttributeInvocation`3.TryGetInvoker(TKey key, Tuple`2& folded) at MrRayzo.CachedAttributeInvocation`3.TryGetInvoker(TKey key, TAction& action) at MrRayzo.Program.Game_Receive(SecuritySocket obj, Packet stream) in C:\Users\alank\Desktop\Server7135\GameServer\Program.cs:line 1029