上传rpcx代码
This commit is contained in:
parent
1955ce04ec
commit
4547453aba
@ -519,7 +519,7 @@ func (this *Service) clusterbroadcast(ctx context.Context, servicePath string, s
|
|||||||
_call.Done = make(chan *client.Call, 10)
|
_call.Done = make(chan *client.Call, 10)
|
||||||
|
|
||||||
this.send(_ctx, conn, spath[0], serviceMethod, metadata, _call)
|
this.send(_ctx, conn, spath[0], serviceMethod, metadata, _call)
|
||||||
seq, _ := ctx.Value(seqKey{}).(*uint64)
|
seq, _ := _ctx.Value(seqKey{}).(*uint64)
|
||||||
select {
|
select {
|
||||||
case <-_ctx.Done(): // cancel by context
|
case <-_ctx.Done(): // cancel by context
|
||||||
this.mutex.Lock()
|
this.mutex.Lock()
|
||||||
|
Loading…
Reference in New Issue
Block a user