Client not receiving from room extension
Posted: 28 Oct 2010, 14:32
Hello.
I am using actionscript 3 on the client and java on the server side.
My problem is the following : i am creating using my server side extension a room.To this room, i am attaching a server side extension.
The user successfully joins the room.
I am able to send requests from my client, and on the server side i am tracing the receipt of the request.It's all ok, it even calls the sendResponse function, but somehow the client side is not receiving data from the room extension.
In brief :
-> room with dynamic extension
-> user joins room successfully
-> client sending
-> room extension receiving client request
-> room extension sending ( checked recipient list and method invocation )
-> client not receiving at all
What could be possibly going wrong?
I am using actionscript 3 on the client and java on the server side.
My problem is the following : i am creating using my server side extension a room.To this room, i am attaching a server side extension.
The user successfully joins the room.
I am able to send requests from my client, and on the server side i am tracing the receipt of the request.It's all ok, it even calls the sendResponse function, but somehow the client side is not receiving data from the room extension.
In brief :
-> room with dynamic extension
-> user joins room successfully
-> client sending
-> room extension receiving client request
-> room extension sending ( checked recipient list and method invocation )
-> client not receiving at all
What could be possibly going wrong?