Closed iwsfg closed 7 years ago
I've been repeatedly getting RangeError: Maximum call stack size exceeded errors when tried to use the library in combination with expire and events plugins.
RangeError: Maximum call stack size exceeded
expire
events
Here's the test case: https://repl.it/IRXf/1
All you need to have is one expiration record for the key you're trying to update and it breaks on the next set() call.
set()
Browser: Chrome 58.0.3029.110 (64-bit)
Looking at this now
I've been repeatedly getting
RangeError: Maximum call stack size exceeded
errors when tried to use the library in combination withexpire
andevents
plugins.Here's the test case: https://repl.it/IRXf/1
All you need to have is one expiration record for the key you're trying to update and it breaks on the next
set()
call.Browser: Chrome 58.0.3029.110 (64-bit)