We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b27a5 + a61b921 commit 157328bCopy full SHA for 157328b
core/src/common/coap_abstraction_erbium.c
@@ -94,6 +94,7 @@ CoapInfo * coap_Init(const char * ipAddress, int port, bool secure, int logLevel
94
Lwm2m_Info("Bind port: %d\n", port);
95
memset(CurrentTransaction, 0, sizeof(CurrentTransaction));
96
memset(Observations, 0, sizeof(Observations));
97
+ coap_init_connection(port);
98
coap_init_transactions();
99
coap_set_service_callback(coap_HandleRequest);
100
DTLS_Init();
0 commit comments