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
Add enqueue feature. This was previously an issue because a lot of method calls at the same time would trigger the original method. Now, the original method will just be called once.
TTL fix: In non lazy mode, the TTL was treated as milliseconds. Fixed to seconds.