golioth / golioth-firmware-sdk

Firmware SDK enabling any IoT device to connect to Golioth - the Universal Connector for IoT
https://golioth.io
Apache License 2.0
60 stars 11 forks source link

Unknown CoAP response code class (0) #393

Closed cdwilson closed 7 months ago

cdwilson commented 7 months ago

Golioth Firmware SDK Commit Hash

35c3085d0686b73b85cb7bd46c75adb828ce6a83

Platform/OS

NCS v2.5.2

Hardware Target

Golioth Elixir v1 Rev B

What host OS are you using?

macOS Sonoma 14.4

Current Behavior

I'm working on migrating the Modbus reference design from the Zephyr SDK to the new v0.10.0 firmware SDK. I'm occasionally seeing errors in the console like this after migrating to the new SDK:

[00:26:27.107,055] <err> golioth_coap_client: Unknown CoAP response code class (0)
[00:26:27.107,086] <inf> golioth_coap_client: cancel and free req: 0x2002ad68
image

Expected Behavior

No response

Steps To Reproduce

I have not been able to find a way to reproduce this on demand yet.

Logs, console output, or any kind of debug information

No response

cdwilson commented 7 months ago

@szczys just let me know this was fixed upstream in https://github.com/zephyrproject-rtos/zephyr/pull/68899