Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / eclipse/paho.mqtt.rust issues and pull requests

#236 - Small improvement: Make from_c_parts only visible inside crate

Pull Request - State: open - Opened by jjj-vtm about 1 month ago - 2 comments

#235 - Make home assistant configuration topics persistent.

Issue - State: closed - Opened by harryzz about 2 months ago - 1 comment

#232 - Can't get a second message with my subscriber

Issue - State: open - Opened by EvilWatermelon 3 months ago

#231 - Question: Is enable_server_cert_auth same as insecure?

Issue - State: closed - Opened by krishnaTORQUE 4 months ago - 3 comments

#230 - Help: Getting error in github ci-cd pipeline

Issue - State: closed - Opened by krishnaTORQUE 4 months ago - 7 comments

#229 - How to specify a non-standard port?

Issue - State: open - Opened by dns2utf8-novaziun 4 months ago

#228 - feat: TopicMatcher as extension trait to iterators (BREAKING)

Pull Request - State: open - Opened by Altair-Bueno 5 months ago - 12 comments

#227 - Dependencies: Bump async-channel to v2.0.0

Issue - State: open - Opened by Altair-Bueno 5 months ago - 4 comments

#226 - TopicMatcher does not work as expected

Issue - State: closed - Opened by Altair-Bueno 6 months ago - 6 comments

#225 - [Question] Which should be the best practice for async?

Issue - State: closed - Opened by thalesmaoa 6 months ago - 3 comments

#224 - Fix QoS 0 and 1 conversion

Pull Request - State: closed - Opened by TiejunMS 7 months ago - 1 comment

#223 - Unknown Error Recived when Subscribing.

Issue - State: open - Opened by SticksDev 7 months ago

#222 - Is paho mqtt supports Rustls ?

Issue - State: closed - Opened by sarath3192 7 months ago - 4 comments

#220 - Published message not received on subscriber

Issue - State: closed - Opened by harshakhmk 8 months ago - 2 comments

#219 - Recommended pattern for "clean start first only"

Issue - State: open - Opened by cartertinney 8 months ago - 5 comments

#216 - `SubscribeMany` and `UnsubscribeMany` responses contain pointers instead of QoS

Issue - State: open - Opened by Arnavion 10 months ago
Labels: bug, fix added

#215 - `AsyncClient::subscribe_many` has UB if `topics.len() > qos.len()`

Issue - State: open - Opened by Arnavion 10 months ago - 1 comment
Labels: enhancement, fix added

#214 - client.disconnect() does not disconnect the client if no connection

Issue - State: open - Opened by RockyGitHub 10 months ago - 3 comments

#213 - set_connected_callback is not called

Issue - State: closed - Opened by takaomag 10 months ago - 7 comments

#211 - How to async publish and subscribe data to/from client.

Issue - State: open - Opened by filober 12 months ago - 1 comment

#210 - Failing to cross compile for msvc

Issue - State: closed - Opened by msdrigg 12 months ago - 2 comments

#209 - Set Log callback

Issue - State: closed - Opened by RockyGitHub about 1 year ago - 8 comments

#207 - AsyncClient::new hangs when called multiple times

Issue - State: open - Opened by tross-skybell about 1 year ago - 1 comment

#206 - Got error when connection lost using SSL

Issue - State: open - Opened by leruetkins over 1 year ago - 1 comment

#205 - Token v5 failure after moving the broker to docker

Issue - State: closed - Opened by EvilWatermelon over 1 year ago - 1 comment

#204 - paho-mqtt v0.12.1 not compatible with >= clang-16 (due to paho-mqtt-sys v0.8.0 dependency)

Issue - State: closed - Opened by dwrobel over 1 year ago - 2 comments
Labels: fix added

#203 - Expose server_uri with AsyncClient

Pull Request - State: closed - Opened by Feelemoon over 1 year ago - 1 comment

#202 - Fix disconnect timeout

Pull Request - State: closed - Opened by nicolaskribas over 1 year ago - 1 comment

#201 - Running Rust in Docker container with paho_mqtt

Issue - State: closed - Opened by EvilWatermelon over 1 year ago - 2 comments

#200 - Optimize `openssl` linkage

Pull Request - State: open - Opened by gaoqiangz over 1 year ago - 3 comments

#198 - if subscribe with a nonexist topic failed, then connection loss

Issue - State: closed - Opened by voididea over 1 year ago - 2 comments

#198 - if subscribe with a nonexist topic failed, then connection loss

Issue - State: closed - Opened by voididea over 1 year ago - 2 comments

#197 - Memory corruption after reconnect_with_callbacks

Issue - State: closed - Opened by stintel over 1 year ago - 7 comments
Labels: bug, fix added

#196 - Bounded synchronous channel for consumer.

Issue - State: open - Opened by fpagliughi over 1 year ago

#195 - mqtt v5 subscriber disconnect problem

Issue - State: open - Opened by xiaozefeng over 1 year ago - 3 comments

#194 - Please bump bindgen build dependency

Issue - State: closed - Opened by stintel over 1 year ago - 2 comments
Labels: fix added

#193 - No consumer notification when broker cleanly disconnects

Issue - State: closed - Opened by fpagliughi over 1 year ago
Labels: bug, fix added

#192 - Reconnection problem

Issue - State: closed - Opened by JosuGZ over 1 year ago - 5 comments

#191 - AsyncClient::get_stream() support unbounded channel

Pull Request - State: closed - Opened by fbrouille over 1 year ago - 6 comments

#190 - Memory corruptions when the host doesn't resolve to an IP

Issue - State: closed - Opened by JosuGZ over 1 year ago - 8 comments
Labels: bug

#188 - Manually listening to the system signal processing disconnect has bug

Issue - State: open - Opened by xiaozefeng over 1 year ago - 1 comment

#188 - Manually listening to the system signal processing disconnect has bug

Issue - State: open - Opened by xiaozefeng over 1 year ago - 1 comment

#187 - Is there support for mTLS?

Issue - State: closed - Opened by dulataldazharov over 1 year ago - 2 comments

#186 - manual disconnect does not send a will message

Issue - State: closed - Opened by xiaozefeng over 1 year ago - 5 comments

#185 - doesn't compile on Ubuntu installed on Jetson

Issue - State: closed - Opened by agiordana over 1 year ago - 5 comments

#184 - Bad protocol error in examples

Issue - State: closed - Opened by ACenTe25 over 1 year ago - 2 comments
Labels: fix added

#183 - the trait `Deserialize<'_>` is not implemented for `paho_mqtt::Message`

Issue - State: closed - Opened by EvilWatermelon almost 2 years ago - 3 comments

#182 - [Soundness] Callbacks are run on different threads, but are not required to be `Send`

Issue - State: closed - Opened by Alxandr almost 2 years ago - 1 comment
Labels: fix added

#182 - [Soundness] Callbacks are run on different threads, but are not required to be `Send`

Issue - State: closed - Opened by Alxandr almost 2 years ago - 1 comment
Labels: fix added

#180 - Force AsyncClient to cancel a connect attempt so that it can be dropped

Issue - State: closed - Opened by tross-skybell almost 2 years ago - 3 comments

#180 - Force AsyncClient to cancel a connect attempt so that it can be dropped

Issue - State: closed - Opened by tross-skybell almost 2 years ago - 3 comments

#178 - mqtt will create a diretory when connection, how to avoid?

Issue - State: closed - Opened by heliping almost 2 years ago - 2 comments

#176 - SIGSEGV @Socket_getReadySocket() - Socket.c:498

Issue - State: closed - Opened by dwrobel almost 2 years ago - 3 comments

#174 - Can not build Rust Project with paho-mqtt-sys library on Mac os Apple M1 Pro

Issue - State: closed - Opened by burak0206 almost 2 years ago - 10 comments

#174 - Can not build Rust Project with paho-mqtt-sys library on Mac os Apple M1 Pro

Issue - State: closed - Opened by burak0206 almost 2 years ago - 10 comments

#173 - how to catch tcp connect time out error?

Issue - State: closed - Opened by heliping almost 2 years ago - 2 comments

#172 - compiling example dyn_subscribe

Issue - State: closed - Opened by thepperson almost 2 years ago - 4 comments
Labels: fix added

#172 - compiling example dyn_subscribe

Issue - State: closed - Opened by thepperson almost 2 years ago - 4 comments
Labels: fix added

#171 - Request for 0.9.2 Patch Release

Issue - State: closed - Opened by CodeTako almost 2 years ago - 4 comments

#170 - Upgrade cmake crate version to support Visual Studio 2022

Issue - State: closed - Opened by Bktero almost 2 years ago - 4 comments
Labels: duplicate, fix added

#169 - `examples/dyn_subscribe.rs` does not reconnect

Issue - State: closed - Opened by hioki almost 2 years ago - 3 comments
Labels: bug

#168 - Cannot reconnect using the `async_subscribe.rs` official example

Issue - State: closed - Opened by Ks89 about 2 years ago - 7 comments

#168 - Cannot reconnect using the `async_subscribe.rs` official example

Issue - State: closed - Opened by Ks89 about 2 years ago - 7 comments

#167 - topic filter is_match appears to be wrong

Issue - State: closed - Opened by pabigot about 2 years ago - 1 comment

#167 - topic filter is_match appears to be wrong

Issue - State: closed - Opened by pabigot about 2 years ago - 1 comment

#166 - Fix topic matches with single-level wildcard

Pull Request - State: closed - Opened by pabigot about 2 years ago - 2 comments

#165 - Performance Issue

Issue - State: open - Opened by YuanYuYuan about 2 years ago - 7 comments

#165 - Performance Issue

Issue - State: open - Opened by YuanYuYuan about 2 years ago - 11 comments

#163 - `None` value for `paho_mqtt::create_options::CreateOptionsBuilder persistance`

Issue - State: closed - Opened by Joseda8 about 2 years ago - 1 comment

#163 - `None` value for `paho_mqtt::create_options::CreateOptionsBuilder persistance`

Issue - State: closed - Opened by Joseda8 about 2 years ago - 1 comment

#162 - Using with Tokio runtime

Issue - State: closed - Opened by k-wasniowski about 2 years ago - 1 comment

#161 - Failing to cross-compile to Window target x86_64-pc-windows-gnu

Issue - State: open - Opened by brunoluizkatz about 2 years ago - 10 comments

#160 - MQTT v5 Issue

Issue - State: closed - Opened by toddpenland about 2 years ago - 5 comments
Labels: fix added

#159 - Async Client invalid access

Issue - State: closed - Opened by Visic about 2 years ago - 3 comments
Labels: bug, fix added

#158 - OpenSSL static link

Issue - State: open - Opened by gaoqiangz over 2 years ago - 2 comments

#158 - OpenSSL static link

Issue - State: open - Opened by gaoqiangz over 2 years ago - 2 comments

#157 - WebAssembly (WASM) support

Issue - State: closed - Opened by zavalyshyn over 2 years ago - 4 comments

#156 - Initial TopicMatcher class kinda useless.

Issue - State: closed - Opened by fpagliughi over 2 years ago - 3 comments
Labels: fix added

#156 - Initial TopicMatcher class kinda useless.

Issue - State: closed - Opened by fpagliughi over 2 years ago - 3 comments
Labels: fix added

#155 - Feature request: Public interface to retrieve client ID from initialised client

Issue - State: closed - Opened by cph-w over 2 years ago - 2 comments

#154 - Add public interface to retrieve client_id

Pull Request - State: closed - Opened by cph-w over 2 years ago - 1 comment

#153 - There are no username and password parameters when creating client

Issue - State: closed - Opened by qxqxq over 2 years ago - 3 comments