Close tears down the transport. Once it is called, the transport should not be accessed any more. All the pending streams and their handlers will be terminated asynchronously.
(err error)
| 659 | // should not be accessed any more. All the pending streams and their |
| 660 | // handlers will be terminated asynchronously. |
| 661 | Close(err error) |
| 662 | |
| 663 | // Peer returns the peer of the server transport. |
| 664 | Peer() *peer.Peer |
no outgoing calls