Marwan141 / MinQTT

A minimalistic implementation of an MQTT Client library, with built-in encryption options.
2 stars 0 forks source link

Allow simultaneous Publishing and Listening #15

Open Marwan141 opened 3 weeks ago

Marwan141 commented 3 weeks ago

Maybe utilising tokio::spawn, a new thread can be spawned that will concurrently listen in as messages are published and subscribing is done.