Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
-
None
Description
We have a helper method that returns an availble port, doing a loop. This is probably overly complex, when a simple call to :
new ServerSocket( 0 ).getLocalPort()
will return the first available port.