Frank Pagliughi

Results 90 comments of Frank Pagliughi

This was recently added to the Paho C library (and then the C++ and Rust libraries got it for "free"). But I haven't seen a request for the Java library...

My reading is that there are still messages in-flight, but there is a desire to shut down the client before those operations complete. The function `delivery_token::wait_for(timeout)` blocks on an internal...

Unfortunately, the C++ and Rust libraries do not use `waitForCompletion()` to block on the operations. They expect the callback `onSuccess` or `onFailure`. What I'm suggesting is that the C lib...

In the Spring of 2014, while laid up with a shattered ankle from a snowboarding accident, I wrote a complex microservices and RPC messaging system for use inside an IoT...

Oh, apologies, I never saw the last few messages here. That's interesting about Destroy(). I don't think I ever realized the distinction. @icraggs So does destroy() fire off the callbacks...

Wait... how did this fail CI?!? I only changed the README :face_with_head_bandage:

I just hit this when doing performance tests with the Paho Rust wrapper. So glad to hear there's already a fix under way! @icraggs let me know if there's anything...

I can confirm the `develop` branch fixes the issue I was seeing on Linux. I have several Rust services that do RPC's to each other over MQTT v5 (using ResponseTopic...

I'm just back from holiday and can start testing on Windows this week, to see what I can see.

I received this Issue from a user of one of my MQTT apps: > The error messages from [the MQTT app] for common failure scenarios are quite vague. A more...