*if cached merge in the cached item signature with the rpc response
This commit is contained in:
parent
c8c19b77a6
commit
9393ffc4c1
|
@ -148,7 +148,7 @@ export class RPCServer extends EventEmitter {
|
|||
|
||||
if (cachedRequest) {
|
||||
this.getRequestLock(request)?.release();
|
||||
return cachedRequest.value;
|
||||
return { ...cachedRequest.value, signature: cachedRequest.signature };
|
||||
}
|
||||
|
||||
let method = this.getMethodByRequest(request);
|
||||
|
|
Loading…
Reference in New Issue