Copy link to clipboard
Copied
Hi, i have a problem when i try to connect from my client to an application server-side. The strange thing is that when I connect to the application (for example) test1 the connection works. If I connect to the application test2 the connection is refused. The client is the same. The server is the same. But but the behavior is different!
To explain the situation, the client simply has to change a property of a remote (and persistent) shared object created server-side by the code in main.asc
If I run the client to test1 connection is fine. If I use test2 the connection is refused.
What can I do?
Copy link to clipboard
Copied
Do you see any error in application logs? Can you pass the code of two applications you are using?
Copy link to clipboard
Copied
No errors in application log. I see only the number of the connections rejected...
Here the code client-side (I use a java library called JUV RTMP)
https://docs.google.com/document/d/1BRA21cWnqpwiwzeN6QzcoV_dUUdrOH1WpqxLLiqvOh4/edit
Here the code server-side (main.asc):
https://docs.google.com/document/d/1EDe8EFC4m5Wg3juNjhHXtNc4Za5YW353p1_Tofpm9kM/edit