spring-cloud-deployer-local icon indicating copy to clipboard operation
spring-cloud-deployer-local copied to clipboard

Local Deployer needs to verify ports for launching apps

Open cppwfs opened this issue 3 years ago • 0 comments

Currently, the server.port assigned to each app is determined by DeployerSocketUtils However, this utility make no guarantee about the subsequent availability of a given port and is therefore unreliable.

cppwfs avatar Mar 10 '22 19:03 cppwfs