GoAway returns a channel that is closed when ClientTransport receives the draining signal from the server (e.g., GOAWAY frame in HTTP/2).
()
| 636 | // receives the draining signal from the server (e.g., GOAWAY frame in |
| 637 | // HTTP/2). |
| 638 | GoAway() <-chan struct{} |
| 639 | |
| 640 | // GetGoAwayReason returns the reason why GoAway frame was received, along |
| 641 | // with a human readable string with debug info. |
no outgoing calls