danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
326 stars 53 forks source link

support mqtt #202

Open stolen-programmer opened 8 months ago

stolen-programmer commented 8 months ago

Do you consider supporting mqtt

danvratil commented 8 months ago

Indeed, QtMQTT falls well within the scope of QCoro.

I personally do not have any usecase for MQTT in any of my projects, so the priority of implementing it in QCoro is slightly lower than other things.

Are you using Qt MQTT? Would you be able (and willing) to test the implementation before it gets merged?

stolen-programmer commented 8 months ago

Unfortunately, qt5 was not implemented with mqtt

I used a third-party library

I will try to write an implementation

For desktop software, mqtt is indeed not widely used