-
I'm trying to connect to the MQTT broker using the MqttBrowserClient in my Flutter application, but I'm encountering issues.
The Broker URL: wss://test.mosquitto.org:8080/mqtt
![image](https://g…
-
I recently found, the apps would get janky when network is not stable or slow. I first think it was from flutter, but the simplest page transition would janky as well, then I thought it might comes fr…
-
Hi Steve. Thanks for the work on the MQTT client implementation. Something pretty exciting Flutter/Dart is working on is [compilation to WebAssembly](https://docs.flutter.dev/platform-integration/web/…
-
flutter version: 3.24.1
mqtt_clinet: 10.5.1
sometimes `connectionHandler!.connectionStatus.status` is `MqttConnectionState.connecting`
but `_connectionStatus.status` is `MqttConnecti…
-
hello,
**Mobile network standby** drain the battery when flutter_background_service is enabled.
when I use flutter_background_service, the battery drain very fast. and in settings>battery>detail, …
-
I am attempting to compile a webassembly build for a project I'm working on that makes use of mqtt. The mqtt_client library is dependent on universal_html which does not support webassembly since the …
-
Hello, I am trying to subscribe to a specific topic in MQTT broker which use TLS with no validation. But I failed because of certification failed to validation
my flutter code
```
client = MqttS…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Messaging
### Which platforms are affected?
Android
### Description
I am usin…
-
"Why is a watchdog receiver necessary, doesn't it increase battery consumption?"
-
I am hitting the following incompatibility when trying to use esp_provisioning and mqtt_client in the same app.
```
Because mqtt_client >=9.1.0 depends on crypto ^3.0.1 and cryptography >=0.2.6 =9…