Flash client does not receive START event when using AMF3 protocol.
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.
Ye i also can confirm this bug... checked constants to be sure... but all is fine
I will take a look. Never really tested out the flash client part.
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:
- If send START event before clearing pipeline it deliveres succesfully
- 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?