*Set the updated property to the current timestamp in cacheRequest
This commit is contained in:
parent
bd6c791675
commit
afc49802b0
|
@ -179,6 +179,8 @@ export class RPCServer {
|
|||
private cacheRequest(request: RPCRequest, response: RPCResponse): void {
|
||||
const reqId = RPCServer.getRequestId(request);
|
||||
|
||||
response.updated = Date.now();
|
||||
|
||||
this.processedRequests.set(reqId, response);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue