CEP-Resources icon indicating copy to clipboard operation
CEP-Resources copied to clipboard

Socket.listen doesn't work on Mac but works on windows

Open mrspartak opened this issue 2 years ago • 0 comments

So the simple thing like this fails

conn = new Socket();
alert (conn.listen(8080)) 

It returns true on the Windows machine and false on a Mac. The conn.error is I/O error

Can it be something with the Socket implementation on Mac?

mrspartak avatar Jun 13 '22 10:06 mrspartak