Simon Bernard
Simon Bernard
(I looked at this quickly and maybe I didn't get the issue correctly but just in case) If the issue is about rebooting before the server get the response of...
OK thx for clarification. > When the device has been told to stop communicating and stops communicating isn't that a form of confirmation that the Exec was processed even if...
Too bad :slightly_frowning_face:. Anyway thx again for all your good job on this project :pray: !
@moznion, do you already feel you need something like this ?
Do you already have a vague idea about what the API should looks like ?
This could maybe also used to support a more robust bootstrap session at client side. (see https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues/523)
For eclipse we configure : 1) formatter 2) organize import 3) save actions All this configurations is automatically applied to each project when using : `mvn resources:copy-resources@configure-eclipse` (see https://github.com/eclipse/leshan/wiki/Code-&-design-guidelines#eclipse-workspace-setup) What...
For 2) organized import maybe this could help : https://newbedev.com/is-it-possible-for-intellij-to-organize-imports-the-same-way-as-in-eclipse But I'm afraid that this will be not so easy for the `Number of static imports needed for .*` =...
@Michal-Wadowski, I changed a little bit the formatter with this PR : #1059, So you should update it. Sorry for the bad timing, I never changed it since the project...
For formatting are you using this : https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter ?