project shared
This commit is contained in:
parent
181562a5c1
commit
309dd9ceb5
|
@ -24,10 +24,11 @@ func ServletInit(sh oogws.ServerHandler) {
|
|||
}
|
||||
|
||||
rpcGH := newRPCGatewayHandler()
|
||||
rpcSH := sh.RegisterRPCGatewayServlet(Name, rpcGH)
|
||||
sub := newSubscriberHandler(rpcSH)
|
||||
sh.RegisterRPCGatewayServlet(Name, rpcGH)
|
||||
|
||||
sh.RegisterSubscriber(sub)
|
||||
//sub := newSubscriberHandler(rpcSH)
|
||||
//
|
||||
//sh.RegisterSubscriber(sub)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user