project init
This commit is contained in:
parent
24d5d01437
commit
215ea27cda
|
@ -42,7 +42,7 @@ func (s *RPCServlets) Handle(
|
||||||
}()
|
}()
|
||||||
|
|
||||||
sc := crpj.NewServerCodec()
|
sc := crpj.NewServerCodec()
|
||||||
grpcCTX := context.Background()
|
|
||||||
|
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
@ -55,6 +55,7 @@ func (s *RPCServlets) Handle(
|
||||||
|
|
||||||
m := src.Method()
|
m := src.Method()
|
||||||
p,_ := src.Params()
|
p,_ := src.Params()
|
||||||
|
grpcCTX := context.Background()
|
||||||
|
|
||||||
r, err := ogeg.Exec(grpcCTX,m, p)
|
r, err := ogeg.Exec(grpcCTX,m, p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user