java-game-server icon indicating copy to clipboard operation
java-game-server copied to clipboard

Flash client does not receive START event when using AMF3 protocol.

Open griand opened this issue 12 years ago • 3 comments

If on both sides Nadron and Flash client to set up AMF3 protocol, in this case flash client does not receive START event, instead the client receives LOG_OUT event.

griand avatar Jan 08 '14 19:01 griand

Ye i also can confirm this bug... checked constants to be sure... but all is fine

m0narX14 avatar Jul 15 '14 12:07 m0narX14

I will take a look. Never really tested out the flash client part.

menacher avatar Jul 15 '14 13:07 menacher

It looks like problem somewhere in decoder on client side, because other clients works. I also tried replace server message with other, and send something else instead of START, but client always gets LOG_OFF

Found some another things:

  1. If send START event before clearing pipeline it deliveres succesfully
  2. If after sending START i try to send NetworkEvent to client it againg gets LOG_OFF (Protocol is switching to AMF3)

Maybe problem is in AMF3Serializer on server?

m0narX14 avatar Jul 15 '14 19:07 m0narX14