commit | 9c9dc9f760e77d462fb5649fc63f9acc22d9ac03 | [log] [tgz] |
---|---|---|
author | Seppo Takalo <seppo.takalo@nordicsemi.no> | Fri Oct 25 16:27:20 2024 +0300 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Thu Oct 31 14:17:58 2024 -0500 |
tree | 9411423fb00a17272c2b1dcdcdea2797e6931d47 | |
parent | 350d20e027a9a13e741c8c72a4f642f748a27f99 [diff] |
tests: coap_client: Add tests for poll() errors If we receive poll() error during a request, it must be forwarded to application. If instead receive poll() error later, it should not be forwarded as it might be result of application closing the socket. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>