Update ttrpc to d4528379866b0ce7e9d71f3eb96f0582fc

Contains the OnClose method for the client

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2018-02-06 10:27:36 -05:00
parent aa49e704e2
commit 9745a4d448
4 changed files with 23 additions and 12 deletions

View File

@@ -281,7 +281,7 @@ func (c *serverConn) run(sctx context.Context) {
)
var (
ch = newChannel(c.conn, c.conn)
ch = newChannel(c.conn)
ctx, cancel = context.WithCancel(sctx)
active int
state connState = connStateIdle