This commit is contained in:
crusader 2018-07-02 15:33:07 +09:00
parent 41a8a1365b
commit ff0bc61c78

View File

@ -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);