Kiran Pradeep
Kiran Pradeep
No. It still throws "_System.NotSupportedException: The managed client does not support existing sessions_". It is an issue with underlying library. But then, users of this extension are impacted and ideally...
@dnav Even on the solution (1), should the lib user really use `lwm2m_close()` for error recovery? 1. Can the lib user just not change the `lwm2mH->state`( in lwm2mclient.c ) as...
@dnav Logs are not DTLS enabled. I had mentioned about DTLS in title.
This issue happens only if connections to **both** bootstrap and device management servers are on DTLS. And since DTLS is disabled in Wakaama servers, this issues could only be reproduced...
@cenit The issue is straightforward. Unless we use `__declspec(dllexport)`, the dynamic libraries will not have exported functions. This is independent of vcpkg. An example is [[1](https://github.com/eclipse/mosquitto/blob/ae309b331cf79663d6a0f2df9a976c6511c552fa/lib/mosquitto.h#L26)]
@cenit I don't use this library any more and so not planning on a pull request myself. I keep this issue open only so that anyone else who attempts to...
I am getting this same error on Ubuntu 18.04 with bluetoothd 5.48. iot-edge is build from master as of today. I had run _bluetoothctl_ with list-_attributes_ as specified. Attaching [bluetoothctl...
@damonbarry Surprised by the term "first-class" support and so wanted to confirm I am missing any thing here. With V2 preview, as it is now, I see 3 issues which...
@damonbarry Thanks a lot for the replies. So the understanding is that, we have full support for V2 modules in C# SDKs. Who ever relied on other languages needs to...
@darobs Thanks for the reply. I am on an Ubuntu 16.04 LTS, but feels what you said still holds true for in-proc modules in Linux as well. So can I...