About Sremu in C++
Hello guys, I have coded some parts of sremu in C++, for now it is just login page, and mysql support is implemented in code also..
Actually, my question is of stucking on packet when you are logging up. I received data normally, and when is coming to send, I sent exactly packet like in your VB, but silkorad is ignoring packet. i debbuged packet and size many times, but it is same. And also I saw when you logging at VB, and send packet to silkorad when is login failed or succeded, that packet is processed just after loginsocket_dataarrival. And in my c++ code it seems that something is untriggered. I wondering if it is because ping packet, and asking you if you have same issues in your C++ code, and if you are implemented PING packet with this purpose...
P.S.
I can give a hand to you if you wish about c++ coding.