We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently the current iBox2 make uses a shorter session timeout than previous makes - see also #37
Thus, the session inactivity timer should be configurable and the default should be set to a smaller value. https://github.com/mwittig/node-milight-promise/blob/master/src/milight-v6-mixin.js#L67
Moreover, consider implementing keep-alive, issue #15
The text was updated successfully, but these errors were encountered:
make session inactivity timeout configurable, set default to 30 secs,…
4a26a56
… issues #37 & #38
Released [email protected]
Sorry, something went wrong.
No branches or pull requests
Apparently the current iBox2 make uses a shorter session timeout than previous makes - see also #37
Thus, the session inactivity timer should be configurable and the default should be set to a smaller value.
https://github.com/mwittig/node-milight-promise/blob/master/src/milight-v6-mixin.js#L67
Moreover, consider implementing keep-alive, issue #15
The text was updated successfully, but these errors were encountered: