class Ably::Realtime::Connection::ConnectionManager

ConnectionManager is responsible for all actions relating to underlying connection and transports, such as opening, closing, attempting reconnects etc. Connection state changes are performed by this class and executed from {ConnectionStateMachine}

This is a private class and should never be used directly by developers as the API is likely to change in future.

@api private