atsign-foundation / at_c

Experimental cross-platform C implementation of the atSDK for SOC & embedded devices
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

at_c: functions that use secondary_connections or monitor_connections should only require for those atclient_connections in their parameters, instead of atclient_ctx. #227

Closed JeremyTubongbanua closed 3 weeks ago

JeremyTubongbanua commented 3 weeks ago

Not a good idea probably since pkam authenticate needs those keys as well sometimes,

We can also add properties like isInitialized or isConnected and those functions can do proper checks