I think the server-info file should not be deleted if the argument cleanup_on_exit=False is passed to launch_fluent. This will help triaging issues related to port-setup when the client-server connection fails after launching Fluent. When Fluent is manually exited after launched via launch_fluent(..., cleanup_on_exit=False), the server-info file will be automatically deleted by Fluent (please confirm the behaviour).
I think the server-info file should not be deleted if the argument
cleanup_on_exit=Falseis passed tolaunch_fluent. This will help triaging issues related to port-setup when the client-server connection fails after launching Fluent. When Fluent is manually exited after launched vialaunch_fluent(..., cleanup_on_exit=False), the server-info file will be automatically deleted by Fluent (please confirm the behaviour).