tango_loop: make after server run cleanup optional.

Since ORB is process-wide singleton and was not intended to be restarted within the same process and this introduced unexpected bugs in behavior, Util cleanup method, added in 10.3.0 to the main tango_loop was made optional (default=False). However, in (Multi)DeviceTestContext it is defaulted to True.

Merge request reports

Loading