Alright, i don't know why i had my last thread closed, I guess I thought I could handle is.
I have been at this problem literally all day and have tried 4 different socket wrappers and they all have the same issue.
This is currently Hybrids socket that were upgraded for 5018+
sender is ALWAYS null so when i try to send the data it throws the null exception. My question is is how come it is null and won't 'define' as a AuthClient. If it helps this is my AuthClient class
If you could help that would be wonderful.
Thanks
I have been at this problem literally all day and have tried 4 different socket wrappers and they all have the same issue.
PHP Code:
Console.WriteLine("Incoming Auth Data");
AuthClient sender = Sender.Wrapper as AuthClient;
sender.AuthServer.Send(Data);
sender is ALWAYS null so when i try to send the data it throws the null exception. My question is is how come it is null and won't 'define' as a AuthClient. If it helps this is my AuthClient class
If you could help that would be wonderful.
Thanks