9.13. Migrating from Anjay 3.7
9.13.1. Introduction
Since Anjay 3.8.0, confirmable notifications are not cancelled anymore in case of a timeout.
9.13.2. Changed flow of cancelling observations in case of timeout
If an attempt to deliver a confirmable notification times out, CoAP observation
is not cancelled by default anymore. It can be adjusted by
WITH_AVS_COAP_OBSERVE_CANCEL_ON_TIMEOUT
.
The LwM2M Observe/Notify implementation in Anjay has been updated accordingly.