Maksim V.
Maksim V.
Wow, great!
@kteza1 yes, you're right. In case of reconnection, all unacknowledged packets will be retried.
I have a plan to do this. There is an example from future version of client: ``` rust ... let mut (sender, client) = opts.async_connect(address.as_str(), netopt).unwrap(); thread::spawn(move || { match...
Wow! Lovely! it's almost something that I want! only one thing... I want to stay the way to work without mutex at all. So it needs `enum` or something, maybe...
I can't explane this for now. I see some disadvantages in my `mqttc` crate and I want to fix it before I'll start an async support. You can use your...
Cupi has two GRIO mods. First, it's direct access to GPIO registers over shared memory (super fast) but root is required. Second, over linux GPIO and sysfs interface (any user)....
Let me see