Skip to content

Instance Property

minimumConnections

The minimum number of connections that the client shall keep open at any time, even if there is no demand. Defaults to 0.
var minimumConnections: Int

Discussion

If the open connection count becomes less than minimumConnections new connections are created immediately. Must be greater or equal to zero and less than maximumConnections.

Idle connections are kept alive using the keepAliveBehavior.