8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

lwm2m: do not finish request transaction on ACK #22

Closed GiedriusM closed 6 years ago

GiedriusM commented 6 years ago

Currently lwm2m will call transaction completion callback when the ACK is received, however in the case where response is not piggybacked in the ACK, response code is not available (i.e. it is 0). This changes that the callback is called when the actual response arrives.