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
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
The text was updated successfully, but these errors were encountered:
I don't think we will found time to work on this at short term, but we can review a PR :)
Sorry, something went wrong.
Add a registrationEngineFactory (aims to implements #199)
36dae9b
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
DefaultRegistrationEngineFactory
9e5bece
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: