How to delay cross tab messages? #383
Replies: 2 comments
-
I instead put a delay inside the function that I was passing to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thats a good solution 👍. I think this is out of scope for IdleTimer core. Glad you figured it out. Going to close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to delay user actions performed on one tab to being messaged to other tabs. If needed I can explain the reason why I am asking for this. Is there anything in react-idle-timer that can help me with this?
syncTimer
feature doesn't delay the messages, its purpose is to throttle them which helps to reduce the amount of messages going through.Beta Was this translation helpful? Give feedback.
All reactions