SEQUENCE Error near informations

04/15/2014 02:24 M2Back2Roots#1
When the Syserr Shows the Sequence error then the syslog shows this

Code:
Apr 15 02:18:26 :: PONG! 1 132
Apr 15 02:18:26 :: Handshake: client_time 134994 server_time 314924 name: [SA]Final
Apr 15 02:18:33 :: SAVE: [SA]Final 956938x270172
Apr 15 02:18:33 :: TMarriage::Save() - RequestUpdate.bSave=0
Apr 15 02:18:33 :: PONG! 1 100
SYSERR: Apr 15 02:18:33 :: Process: SEQUENCE 36bb5800 mismatch 0xaf != 0x64 header 254
SYSERR: Apr 15 02:18:33 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
	[254 : 0xaf]

Apr 15 02:18:33 :: SYSTEM: closing socket. DESC #26
Apr 15 02:19:03 :: GLOBAL_TIME: Apr 15 02:19:03 time_gap 0
can some one make a fix with this?
04/15/2014 13:41 Mr.Xhater#2
Search SEQUENCE Fix :)
04/15/2014 13:51 M2Back2Roots#3
i don't find anything :/
04/16/2014 02:25 Tyrar#4
Your client doesn't send the sequence byte after sending the TPacketCGPong packet.
04/16/2014 02:54 M2Back2Roots#5
can u tell me, how i can fix this?
04/17/2014 21:35 Tyrar#6
Add a call to SendSequence after SendPacket in your RecvPing (or whatever it's name is) Function.
07/29/2015 16:24 geniusme#7
Can you please explain where I can find this function? I have the exact same problem.