Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how get the disconnection message #52

Open
aazjcom opened this issue Apr 16, 2017 · 4 comments
Open

how get the disconnection message #52

aazjcom opened this issue Apr 16, 2017 · 4 comments

Comments

@aazjcom
Copy link

aazjcom commented Apr 16, 2017

when the a client disconnection ,the other clients can get message from server,but the a client can not get the message.how the a clent get the message ? from server or from clent

@thomasjammet
Copy link
Contributor

Hi,

I am not sure to understand well the question.
Are you using AS3? If yes you can read this article about client-server communication : http://www.monaserver.ovh/serverapp.html#communication-between-server-and-client.
In AS3 you have to handle events using Responder (new Responder(onResult,onStatus) for example in the link) or NetStream.addEventListener (see this link).

I hope it will help you, otherwise please tell us more about your problem.

@aazjcom
Copy link
Author

aazjcom commented Apr 22, 2017

thank you .
i am using as3.
using Responder (new Responder(onResult,onStatus) ;
the onStatus never happen.
maybe it is good way using heartbeat.
NetStream.addEventListener (see this link).

thank you very much.

@aazjcom
Copy link
Author

aazjcom commented Apr 23, 2017

rtmfpsession.h[82] client failed,timeout keepalive attemps.
the client can not get the dissconnected message.
how solve it.

@thomasjammet
Copy link
Contributor

Hi,

Please send us the source code so that we can take a look at it.
In the meantime you can try to add alert.show("") messages to be sure that the events are not called. Anyway I am sure it is an AS3 implementation problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants