Mirror CDS requests
This commit is contained in:
parent
de84dc06c8
commit
d036803df9
12 changed files with 173 additions and 97 deletions
|
@ -70,6 +70,7 @@ export abstract class CDSSocketBase<
|
|||
e164s,
|
||||
acis,
|
||||
accessKeys,
|
||||
returnAcisWithoutUaks = false,
|
||||
}: CDSRequestOptionsType): Promise<CDSSocketResponseType> {
|
||||
const log = this.logger;
|
||||
|
||||
|
@ -109,6 +110,7 @@ export abstract class CDSSocketBase<
|
|||
})
|
||||
),
|
||||
aciUakPairs: Buffer.concat(aciUakPairs),
|
||||
returnAcisWithoutUaks,
|
||||
}).finish();
|
||||
|
||||
log.info(`CDSSocket.request(): sending version=${version} request`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue