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

make Bootstrap and registration timeout configurable #199

Closed
mhuelfen opened this issue Nov 9, 2016 · 2 comments
Closed

make Bootstrap and registration timeout configurable #199

mhuelfen opened this issue Nov 9, 2016 · 2 comments
Labels
client Impact LWM2M client new feature New feature from LWM2M specification

Comments

@mhuelfen
Copy link

mhuelfen commented Nov 9, 2016

The todos are some already in the code, it would be great to see them implemented

https://github.com/eclipse/leshan/blob/master/leshan-client-core/src/main/java/org/eclipse/leshan/client/servers/RegistrationEngine.java#L55

@sbernard31
Copy link
Contributor

I don't think we will found time to work on this at short term, but we can review a PR :)

@sbernard31 sbernard31 added client Impact LWM2M client new feature New feature from LWM2M specification labels Jan 6, 2017
@sbernard31
Copy link
Contributor

With #796, this will now be possible to configure this timeout with something like :

builder.setRegistrationEngineFactory(new DefaultRegistrationEngineFactory().setBootstrapSessionTimeoutInSec(120));

See DefaultRegistrationEngineFactory for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Impact LWM2M client new feature New feature from LWM2M specification
Projects
None yet
Development

No branches or pull requests

2 participants