David Robson
David Robson
If it helps, I put the binaries we created for our project [into a myget package](https://www.myget.org/feed/Details/rocksdb-native-arm)
Hello @IshamMohamed Have you tried caching the BLE characteristics? The sample needs this to be done before it works. You connect to the device using `bluetoothctl` and run the `list-attributes`...
The C SDK is tracking this issue with https://github.com/Azure/azure-iot-sdk-c/issues/154 Yes, the plan is to report the full Twin to the user, similar to GetTwinAsync() on the C# client. The work...
This is still recognized as a needed feature, but it looks like this was delayed. I talked to the developer, and the feature is "happy path" working, but not tested...
I'm assuming this was is a Windows build.... Nanomsg (as a library) has some global static variables which it uses to keep track of handles, open ports, etc. The Windows...
Interesting. I didn't know this was a problem for Linux, but it's been quite a while since I've attempted it. Yes, I would say the inproc modules cannot use nanomsg...
Hello @jinweichen Do you know what version of gcc this compiler is based from? This looks like an issue we saw with older versions of gcc.
Hello @MaxKhlupnov "azure_uamqp_c" is a submodule in the iot-sdk-c submodule. It looks like a couple of potential problems: - the submodules have been moved around by a few projects, and...
I just updated one of my VMs to 18.04 and was able to build from a fresh clone of the repo.
Hello @kapilghimire Is the filter module running? `docker ps -a` will show all modules and indicate the running status of each module. After that, the next best place to look...