remix-redis-session
remix-redis-session copied to clipboard
Wrap secondsDelta in a Math.round
Ensure that secondsDelta is an integer so that Redis is happy.
Fixes #5
Hi @DAlperin , just came around to this package, could we merge this PR?
The issue it's fixing is pretty quick to reproduce (just spam refresh when committing the session with new content).
I'll just patch-package for now, but hopefully this is a super quick one to review :)
Floating point strikes again!
Question for the ones involved. Where do i actually set the expires of the session? In all my cases in redis it ends up as -1.
EDIT: Found it but notice this update is not pushed yet?
We are currently encountering the issue fixed by this MR as well.
@DAlperin Could you tell us if there is a planned release anytime soon please ? Thank you in advance.