Context returns the context for this stream. It should not be called until after Header or RecvMsg has returned. Once called, subsequent client-side retries are disabled.
()
| 74 | // It should not be called until after Header or RecvMsg has returned. Once |
| 75 | // called, subsequent client-side retries are disabled. |
| 76 | Context() context.Context |
| 77 | // SendMsg is generally called by generated code. On error, SendMsg aborts |
| 78 | // the stream. If the error was generated by the client, the status is |
| 79 | // returned directly; otherwise, io.EOF is returned and the status of |
no outgoing calls