ExitIdle instructs the LB policy to reconnect to backends / exit the IDLE state, if appropriate and possible. Note that SubConns that enter the IDLE state will not reconnect until SubConn.Connect is called.
()
| 56 | // IDLE state, if appropriate and possible. Note that SubConns that enter |
| 57 | // the IDLE state will not reconnect until SubConn.Connect is called. |
| 58 | ExitIdle() |
| 59 | } |
| 60 | |
| 61 | // Options are the options to configure the behaviour of the |
no outgoing calls