Close tears down this transport. Once it returns, the transport should not be accessed any more. The caller must make sure this is called only once.
(err error)
| 614 | // should not be accessed any more. The caller must make sure this |
| 615 | // is called only once. |
| 616 | Close(err error) |
| 617 | |
| 618 | // GracefulClose starts to tear down the transport: the transport will stop |
| 619 | // accepting new RPCs and NewStream will return error. Once all streams are |
no outgoing calls