-
Notifications
You must be signed in to change notification settings - Fork 14
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
Reproduce unresponsive hawtio and possible solution #23
Conversation
Can you please write an issue first? |
Sorry, I found the issue filed already. Just reopen it. |
4444b2d
to
1f969ef
Compare
Hi, @tadayosi since last time I used the console the bug is still present. A simple work around is to limit the keepaliveInterval avoiding the continuous firing of XHR by the ng-interval module. I resolve any conflict and push the fix again. |
@saiello Thanks for your pull req. Let me understand why it fixes the issue of unresponsiveness.
|
@tadayosi I open a issue on ng-idle as well grbsk/ng-idle#231.
Having a value higher than 15032385 make the KeepAlive component to have an unexpected behaviour. It starts continuously firing the event.
It's ok to increase at a higher value as long as it is less than or equal to 15032385. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, thanks for your explanation. I'll merge it then.
I changed the pre boot task registration to make it works, but I have to revert it