Ravi Teja

Results 28 issues of Ravi Teja

#94 Sometimes users might want to send acks **after** handling incoming publishes. Add compile time feature to disable auto acks and provide method to send ack

enhancement
help wanted

vecdeque is not appropriate [here](https://github.com/AtherEnergy/rumqtt/blob/v3/src/client/mqttstate.rs#L34). Duplicate messages will last forever. Use hashmap or hashset instead

bug
help wanted

Eventloop is automatically reconnecting with out returning disconnection event. We need disconnection event as well

stale

Hi @marceloboeira . Given some activity on this repo, are you considering to work on this again? Can you pleas add discord link to `README.md`? I'm willing to spend time...

I tried using rustup to be able to directly compile on target board and it didn't work. Is it possible to build rustc and cargo using meta-rust?

enhancement
patch welcome

**Is your feature request related to a problem? Please describe.** Streaming/RPC using flatbuffers might be a lower overhead option to protobuf. Is this support planned?

Enhancement

When I execute `:FlutterRun`, logs window is created and I could hot reload. This logs window is some times a distraction. Is there a command to easily toggle it on...

feature request

Hi @tomaka. Is it possible to create an android system service which can get requests from other apps/services on binder using this crate?

Is it possible to get rustup running on target. I tried doing this with official rustup and I endup with this bug https://github.com/rust-lang-nursery/rustup.rs/issues/692 Is it possible to build `rustup` using...

enhancement

Hi! I'm trying to overwrite a variable in toml with env variable. Due to restrictions w.r.t underscores, I had to alias a field with serde. ```rust config::{Config, ConfigError, File, Environment};...