Eric Blankenhorn
Eric Blankenhorn
Hi @pubg-hacks That sounds like a great option. If you were willing to implement the changes, we could open PR in vcpkg to get it merged in. It would be...
Hi @cppdev123 Thanks for sharing these! I would like to keep this PR focused on the Cmake build. I will open a separate PR for the other fixes you identified....
@cppdev123 Please push a commit that reverts the non-cmake fixes.
@haydenroche5 For the vcpkg builds, there is a way to configure from the vcpkg command, but it requires the library CMakeLists.txt to use `on/off` instead of `yes/no`. Does this sounds...
Signed contributor agreement received.
Hi @StMartin81, You have been approved as a wolfSSL contributor!
Hello @HendrikVE Yes! This is something we are discussing. Do you have any specific requirements for the DTLS encryption? Would you be able to provide feedback / testing?
Hello @tabascoeye Thanks for your suggestion! I will treat this as a feature request. The example client code is designed to be easy to understand and helpful for someone getting...
Hi @Elpra-Bozas The `WMQTT_NET_GLUE` layer was developed by Microchip to plug into the wolfMQTT network abstraction. It looks like the publish is failing, which could cause the broker to drop...
You should call "wait message" when you wish for the application to receive an incoming publish message from the broker: https://github.com/wolfSSL/wolfMQTT/blob/8c3cd09326fe8ef502f408bdf3b958d59332b184/examples/nbclient/nbclient.c#L467 If it times out, you should call again, or...