Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load checksession iframe right after checkSessionService.start() is invoked #766

Merged

Conversation

valdian
Copy link
Contributor

@valdian valdian commented May 30, 2020

Since pollServerSessionRecur() is called in setInterval, it used to be called for the first time after 3 seconds from when checkSessionService.start() was called.

I added a call to pollServerSessionRecur() before setInterval so that it is called also right after checkSessionService.start() is called.

Fixes #750

@damienbod damienbod merged commit d66b3b7 into damienbod:master May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not wait 3 seconds before the first message is send to check session iframe
2 participants