autoConnect property

bool autoConnect
getter/setter pair

Whether the client connects to Ably as soon as it is instantiated. You can set this to false and explicitly connect to Ably using the Connection.connect method. The default is true.

Implementation

bool autoConnect = true;