Hi dear Adobe Community,
I am working on an ExtendScript project using sockets, developed on a Windows machine (and it works perfectly well), and I am now trying to adapt it to Mac(10.8).
So my problem is: in a loop, I try to do a socket.open(address.toString()) in a loop (that stops after 10 try, or 5000) but I fear it is not doing anything. The server (running on Python) doesn't receive a connection. After I tried to connect from a terminal using nc or telnet, and there, I do receive the connection. that's why I believe the problem comes from AE.
and I activated the "allow scripts to do network connection" in the preferences if you are wondering ^^
Thank you!