[Question]New Role String Packet

11/16/2011 13:06 12k#16
haha yeah, i noticed that in the quotes too, was like wtf o.o. But yeah, no extra space in there :\

Feel free to take a look at the whole source if you would like.
Link:
[Only registered and activated users can see links. Click Here To Register...]
11/16/2011 13:10 Korvacs#17
Your socket handler is going back and searching for more data isnt it, its not spinning somewhere or anything like that?
11/16/2011 13:12 12k#18
It should be. Its impulse's socket system im using.
11/16/2011 13:13 Korvacs#19
I would put a breakpoint in on the line where you send the data and then step through and check that it does infact call the relevant async callback, also you could breakpoint the receive function to check to see if the client is sending the packet and the socket system is receiving it.
11/16/2011 13:24 12k#20
Sweeet. Thanks a lot for the help all. Took a look at the async callback and i wasnt assigning a value of 0 to the extra byte arg, didnt realize impulse's sockets were setup that way. Thanks a lot.