You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Awa static client registers while the lwm2m server is down - it bootstraps OK then posts a registration request and hangs, with no retry on timeout. e.g.: the client log stops after the following:
...
[INFO] [lwm2m_registration.c:137] Register with coap://127.0.0.1:5683
[DEBUG] [lwm2m_registration.c:139] Register: POST coap://127.0.0.1:5683/rd?ep=AwaStaticClient1<=30&b=U
The same test with awa_clientd recovers properly when the server comes back up:
...
[INFO] Register with coap://127.0.0.1:5683
[ERROR] Transaction Timed out
[ERROR] Registration Failed! 504
[INFO] Register with coap://127.0.0.1:5683
[INFO] Registered with 127.0.0.1:5683
The text was updated successfully, but these errors were encountered:
If the Awa static client registers while the lwm2m server is down - it bootstraps OK then posts a registration request and hangs, with no retry on timeout. e.g.: the client log stops after the following:
...
[INFO] [lwm2m_registration.c:137] Register with coap://127.0.0.1:5683
[DEBUG] [lwm2m_registration.c:139] Register: POST coap://127.0.0.1:5683/rd?ep=AwaStaticClient1<=30&b=U
The same test with awa_clientd recovers properly when the server comes back up:
...
[INFO] Register with coap://127.0.0.1:5683
[ERROR] Transaction Timed out
[ERROR] Registration Failed! 504
[INFO] Register with coap://127.0.0.1:5683
[INFO] Registered with 127.0.0.1:5683
The text was updated successfully, but these errors were encountered: