-
I keep getting the error log below after keeping the connection for a longer period of time.
```
E/flutter (14491): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeE…
-
Flutter application is using the mqtt5_client package. And it works normal.
We have a common crash handler in our flutter application. But our crash handler reporting huge number of crashes in to …
-
Hi fellows,
I need to connect to AWS broker, however, it is showing an exception (mqtt-client::NoConnectionException).
I've tried inserting another setup to MqttConnectMessage, still showing the exc…
-
From the examples/docs it's not clear what the equivalent is for ListenableProvider (from Provider): https://pub.dev/documentation/provider/latest/provider/ListenableProvider-class.html
Or ValueLis…
-
### Describe the bug
I'm trying to connect to AWS MQTT3 via websockets with authentication from Cognito, but I'm getting `Caused by: software.amazon.awssdk.crt.mqtt.MqttException: The connection was …
magx2 updated
5 months ago
-
I/flutter (15013): 1-2024-02-05 00:36:44.691535 -- Authenticating with username '{username}' and password '{password}'
I/flutter (15013): 1-2024-02-05 00:36:44.693278 -- MqttClient::connect - Connect…
-
**Device information:**
- Name(s) of the device: Xiaomi WalkingPad A1 Pro
- Link:
Use `miiocli device --ip --token `.
- Model: ksmb.walkingpad.v1
- Hardware version: MTK7697
- F…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### How did you install Mamba?
Mambaforge
### Search tried in issue tracker
Download error (23) Failed writing …
-
I didn't find a way yo use MQTT over TLS.
I'm getting error
mqtt connect error: SocketException: Failed host lookup: 'mqtt://yyy.xxx.net/mqtt' (OS Error: No address associated with hostname, errn…
-
mqtt sets reconnection timeout to expire ,mqtt_client reconnection timeout did not work
As currently configured, it will always be reconnected without connection timeouts or connection failures,…