You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing a deeply frozen options object may result in an uncaught exception, causing a crash. I think this may only apply when natMap is passed. The failure occurs here.
TypeError: Cannot add property readOnly, object is not extensible
at getInfoFromNode.duplicatedConnection.cluster.utils_1.timeout (/home/node/app/node_modules/ioredis/built/cluster/index.js:601:39)
at run (/home/node/app/node_modules/ioredis/built/utils/index.js:150:22)
at tryCatcher (/home/node/app/node_modules/standard-as-callback/built/utils.js:11:23)
at promise.then (/home/node/app/node_modules/standard-as-callback/built/index.js:19:49)
at process._tickCallback (internal/process/next_tick.js:68:7)
The text was updated successfully, but these errors were encountered:
Passing a deeply frozen options object may result in an uncaught exception, causing a crash. I think this may only apply when
natMap
is passed. The failure occurs here.The text was updated successfully, but these errors were encountered: