bod
08/17/2023, 10:09 AM0
(dynamic random port) for tests, this seems to work (I see in the logs, e.g.: Responding at <http://0.0.0.0:52025>
), but how do I get the port that was picked? server.environment.connectors.first().port
returns 0
Sam
08/17/2023, 10:12 AMresolvedConnectors()
instead of environment.connectors
bod
08/17/2023, 10:13 AM