Update ttrpc to d4528379866b0ce7e9d71f3eb96f0582fc
Contains the OnClose method for the client Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
2
vendor/github.com/stevvooe/ttrpc/server.go
generated
vendored
2
vendor/github.com/stevvooe/ttrpc/server.go
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user