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