commit | f7208bbb62a8c96d68e6bd92074e3a30ae993ff5 | [log] [tgz] |
---|---|---|
author | Ryan Erickson <ryan.erickson@lairdconnect.com> | Mon Oct 04 12:01:38 2021 -0500 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Oct 05 19:23:59 2021 -0400 |
tree | b968f33346b95660fba2989e0ca91d1c8be0607d | |
parent | c44eae80c3fe91109a2246f6b0ac70f26be2d799 [diff] |
net: lwm2m: Add option to force close the connection Add an option to force close the LwM2M connection instead of always trying to deregister. If on a cellular connection and the connection is dropped, deregistering will never complete and take a long time before retries fail. This option allows the app to close the socket and quickly re-establish the connection when the network connection is available again. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>