Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed May 8, 2024
1 parent 807f5ba commit 3217f92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/rpc/processor/forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"git.golaxy.org/framework/net/gap/codec"
"git.golaxy.org/framework/plugins/dentq"
"git.golaxy.org/framework/plugins/dserv"
"git.golaxy.org/framework/plugins/gate"
"git.golaxy.org/framework/plugins/log"
"git.golaxy.org/framework/plugins/rpc/callpath"
)
Expand All @@ -32,7 +31,6 @@ type _ForwardProcessor struct {
servCtx service.Context
dist dserv.IDistService
dentq dentq.IDistEntityQuerier
gate gate.IGate
encoder codec.Encoder
decoder codec.Decoder
deliverService string
Expand All @@ -46,7 +44,6 @@ func (p *_ForwardProcessor) Init(ctx service.Context) {
p.servCtx = ctx
p.dist = dserv.Using(ctx)
p.dentq = dentq.Using(ctx)
p.gate = gate.Using(ctx)
p.multicastBCAddr = p.dist.MakeBroadcastAddr(p.deliverService)
p.watcher = p.dist.WatchMsg(context.Background(), generic.MakeDelegateFunc2(p.handleMsg))

Expand Down

0 comments on commit 3217f92

Please sign in to comment.