alejzeis / JRakLibPlus

An enhanced port of PHP RakLib, based on JRakLib
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Client part? #5

Open Encritary opened 8 years ago

Encritary commented 8 years ago

Client part like in JRakLib?

Encritary commented 8 years ago

And: why 7 protocol? All other libraries uses 6 and works well...

Encritary commented 8 years ago

And: JRakLib's client part doesn't works.(there is problems with encapsulated packets, it doesn't receive pong, reply to LoginPacket)

alejzeis commented 8 years ago

@MrGenga Im aware of the issues, I think I will return to work on this again.

On Aug 27, 2016 7:46 AM, "Рауль Вахитов" notifications@github.com wrote:

And: JRakLib's client part doesn't works.(there is problems with encapsulated packets, it doesn't receive pong, reply to LoginPacket)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jython234/JRakLibPlus/issues/5#issuecomment-242915310, or mute the thread https://github.com/notifications/unsubscribe-auth/AFtT5lYSQTFIu9o6P-USEkdugonSc-8Fks5qkDG4gaJpZM4JurUM .

alejzeis commented 8 years ago

@MrGenga JRakLibPlus doesn't have a client part. Could you explain more please?

Encritary commented 8 years ago

@jython234 I founded problem in JRakLib's client, there is decoding DataPacket only with one packet, but it can contains more.