-
extendscript socket error on mac only
Hi to all!
I’m coding some servers for After Effects and I encountered a problem.
On windows machines everything goes smooth but I’m having some trouble using the same code on a mac machines.
I narrowed down the issue to the socket listen() function
Here is a small part of a code that returns “true” on a PC but somehow returns “false” on a Mac:
conn = new Socket();
alert (conn.listen(8080))Any help would be appreciated!