You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flexunit Contributors
Hi there-
I'm seeing some tests hang if there is an exception in the
flashplayer. I looked at the source code and see where there's a
timeout set on the server socket waiting for the initial connection
from flexunit, but there doesn't seem to be a timeout on the
subsequent reads from the accepted Socket. Shouldn't there be a
clientSocket.setSoTimeout(timeout);
on or around line 109 of FlexUnitSocketServer.java?