async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > AsyncCallLogLevel > requestReplay

AsyncCallLogLevel.requestReplay property

If log a function that can replay the request

Signature:

requestReplay?: boolean;

Remarks

Do not use this options in the production environment because it will log a closure that captures all arguments of requests. This may cause memory leak.