mirror of https://github.com/grpc/grpc-go.git
remove unnecessary go statement
This commit is contained in:
parent
4648452efa
commit
9a7e50e3d9
|
@ -290,7 +290,7 @@ func NewConn(cc *ClientConn) (*Conn, error) {
|
|||
c.Close()
|
||||
return
|
||||
}
|
||||
go c.transportMonitor()
|
||||
c.transportMonitor()
|
||||
}()
|
||||
}
|
||||
return c, nil
|
||||
|
|
Loading…
Reference in New Issue