Question
extendscript Socket error on mac only
Hi!
I’m coding some servers for After Effects and I encountered a problem.
On windows os everything goes smooth but I’m having some trouble using the same code on a mac.
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 returns “false” on a Mac:
conn = new Socket();
alert (conn.listen(8080))
Any help would appreciated!
