| commit | ed497ba6f91dd6307700d56a8a0801b9dc1aae84 | [log] [tgz] |
|---|---|---|
| author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon Nov 29 13:32:41 2021 +0100 |
| committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Dec 06 08:09:13 2021 -0500 |
| tree | 3c6f66b975d50b15cec04538951ce010ef2ae7da | |
| parent | 3bc03199404ab6a8987c7c9de1ca71eb04474040 [diff] |
samples: net: sockets: coap_client: Fix notification ACK The sample intended to send an empty ACK for the notification message (response code equal to 0), yet it included a token in the ACK reply (which is not correct for an empty ACK). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>