Skip to content

Do not fail to initialize if a simulation connection cannot be established

Related tasks

Context

On startup, Cloudsim tries to connect to running simulations. Currently, if it fails to connect to any simulation, the startup process returns an error and the initialization is aborted entirely.

Change

Failing to connect to a simulation will now report an error and carry on with the initialization.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports