ing
This commit is contained in:
parent
41a8a1365b
commit
ff0bc61c78
|
@ -14,10 +14,10 @@ import {
|
|||
} from '../subscribe/subscribe.service';
|
||||
|
||||
@Injectable()
|
||||
export class RPCService extends RPCClient<any> {
|
||||
export class RPCService extends RPCClient {
|
||||
constructor(
|
||||
@Inject(RPC_CODEC) rpcClientCodec: RPCClientCodec,
|
||||
@Inject(RPC_RWC) rpcClientRWC: RPCClientRWC<any>,
|
||||
@Inject(RPC_RWC) rpcClientRWC: RPCClientRWC,
|
||||
private rpcSubscribeService: RPCSubscribeService,
|
||||
) {
|
||||
super(rpcClientCodec, rpcClientRWC);
|
||||
|
|
Loading…
Reference in New Issue
Block a user