Currently the simulation config is not created as part of the initial setup stage which makes the task of changing any of its fields quite cumbersome.
It requires one to start all the process so that the config is created, then perform the required changes and hope that the watch for it would process them.
However this can lead to some unexpected behaviors as some part of the driver might be referring to the old simulationConfig for a brief period.
Ideally virtual provider should generate the config as part of setup so that the process of making changes to it is a bit less error prone.
Currently the simulation config is not created as part of the initial setup stage which makes the task of changing any of its fields quite cumbersome.
It requires one to
startall the process so that the config is created, then perform the required changes and hope that thewatchfor it would process them.However this can lead to some unexpected behaviors as some part of the driver might be referring to the old simulationConfig for a brief period.
Ideally virtual provider should generate the config as part of
setupso that the process of making changes to it is a bit less error prone.