Frank Pagliughi

Results 32 issues of Frank Pagliughi

Signed-off-by: fpagliughi I'm finally getting up to speed with CMake, and will hopefully PR some cleanup of the build systems for this library and the Paho C++ library as well....

A problem I've been hearing about - and have hit myself a few times - is trying to figure out why a secure connection was refused to a remote broker....

enhancement

I'd like to add support for Unix-domain sockets. These satisfy the MQTT v5 transport requirement for "ordered, lossless, [bidirectional] stream of bytes", but on a local machine, they provide higher...

enhancement

I just wanted to point out an interesting new capability that came out of the last release, particularly from the new ability to build just the static library (#792). Users...

documentation

A user of the Paho Rust client (@tobdub) put up an issue about poor performance of the Rust client compared to a similar Python test app: > For some reason...

enhancement

**Is your feature request related to a problem? Please describe.** For the (C++/Rust) wrapper libraries, it takes some additional work to track the types of in-flight messages in order to...

enhancement

I know the char driver(s) expose bits as `u8` values, but it might be easier to manipulate the values as booleans. Should we consider: ``` impl LineHandle { pub fn...

I recently stumbled on a Microsoft blog claiming that some version of Windows 10 now supports Unix-domain sockets: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ I have no experience with it, nor do I have access...

possible feature

A number of other libraries and tools use the `mqtt://` and `mqtts://` schemes for MQTT URI's, which makes it difficult to mix in applications using Paho C/C++/Rust, since you need...

Hi. It seems that by upgrading the compiler edition to 2021 within a semver major version (v1.8 -> 1.9) you broke the build for folks using the package with a...