上传rpcx代码

This commit is contained in:
liwei1dao 2023-09-11 16:36:30 +08:00
parent 1955ce04ec
commit 4547453aba

View File

@ -519,7 +519,7 @@ func (this *Service) clusterbroadcast(ctx context.Context, servicePath string, s
_call.Done = make(chan *client.Call, 10)
this.send(_ctx, conn, spath[0], serviceMethod, metadata, _call)
seq, _ := ctx.Value(seqKey{}).(*uint64)
seq, _ := _ctx.Value(seqKey{}).(*uint64)
select {
case <-_ctx.Done(): // cancel by context
this.mutex.Lock()