TAsyncAggregator.reopenTransports

Whether to open the underlying transports of a client before trying to execute a method if they are not open. This is usually desirable because it allows e.g. to automatically reconnect to a remote server if the network connection is dropped.

Defaults to true.

class TAsyncAggregator(Interface)
bool reopenTransports;

Meta