Close closes the balancer. The balancer is not currently required to call SubConn.Shutdown for its existing SubConns; however, this will be required in a future release, so it is recommended.
()
| 360 | // call SubConn.Shutdown for its existing SubConns; however, this will be |
| 361 | // required in a future release, so it is recommended. |
| 362 | Close() |
| 363 | // ExitIdle instructs the LB policy to reconnect to backends / exit the |
| 364 | // IDLE state, if appropriate and possible. Note that SubConns that enter |
| 365 | // the IDLE state will not reconnect until SubConn.Connect is called. |
no outgoing calls