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.
()
| 364 | // IDLE state, if appropriate and possible. Note that SubConns that enter |
| 365 | // the IDLE state will not reconnect until SubConn.Connect is called. |
| 366 | ExitIdle() |
| 367 | } |
| 368 | |
| 369 | // ExitIdler is an optional interface for balancers to implement. If |
no outgoing calls