Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

HookProxy sent/recv double packets #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Inject TibiaAPI_Inject.dll
2. Create a HookProxy instance
3. Handle the sent/recv packets

What is the expected output? What do you see instead?
Both the server and client packets are received in doubles. ie. I have
label to display sent/recv packets and if I move once it displays two move
packets. Same goes for packets received from the server.

My code shows no sign of being the culprit so I would appreciate some
confirmation on this, thanks.

Original issue reported on code.google.com by joebingham07@gmail.com on 16 Apr 2009 at 4:50

GoogleCodeExporter commented 9 years ago
Which events are you hooking?

Original comment by ian320 on 16 Apr 2009 at 1:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hook.SplitPacketFromClient and hook.SplitPacketFromServer

Original comment by joebingham07@gmail.com on 16 Apr 2009 at 2:34

GoogleCodeExporter commented 9 years ago
It was a problem with my code.

Original comment by joebingham07@gmail.com on 16 Apr 2009 at 4:49