mqtt-rs
mqtt-rs copied to clipboard
MQTT protocol library for Rust
Hi, I follow the example to write a client for my mqtt server, and my client program take 100% of 1 CPU core on Linux. It looks like when pending...
Fixes https://github.com/zonyitoo/mqtt-rs/issues/34 This is still a work in progress (I'd like to simplify a couple more types, investigate some potential bugs I noticed, and maybe add a test or two),...
Hi! As I see, for publish a packet from client - I must: 1. Make a topic String (or string slice) - contains own copy of data in heap 2....
When decoding network bytes into any kind of protocol, even if your error handling strategy is to simply panic, you'll typically want to handle at least the "incomplete packet, need...
Initially it was showing server request and unable to connect so I have uncommented the debug comment in the adfruit library.But now I am getting this **# CODE** `/*************************************************** Adafruit...
Hello, can you please provide example with Tokio-core ?