-
## Bug report
**Describe the bug**
I am testing a usecase in my app where I send a silent notification to the app and retrieve messages from my backend over HTTP. Once they are retrieved, I send a…
-
**Use case**
- Flutter app - Subscriber
- Node app - Publisher
- QOS - 1 - Both Publisher and subscriber
** Issue **
Once the subscriber turns online from offline after initial connections ar…
-
As far as I tried I cannot seem to get a message that was published before with a retain bit set.
Running dart client in Linux and Mosquitto broker with Rpi4. I tested my setup with a python paho c…
-
We’re developing a Flutter App (iOS, Android, Web) that connects to several MQTT using an secure web socket connection.
When connecting to more than 1 MQTT, we get a Socket Exception. Each run, the…
-
### What happened?
During initial interview of the device, some error messages appear in the log file during the configuration step.
This error message appears several time inside log:
Failed to c…
-
flutter: LogUtil._printLog Log returen! [because isOpenLog: false, TAG: LogUtil: , inProduction: false]
flutter: 1-2022-10-14 19:58:37.060811 -- MqttClient::connect - Connection timeout period is 500…
-
These are my codes.
```
class MyMqttClient {
late String _ClientId;
late final int _ServerPort;
late final String _IP;
late MqttServerClient client_in;
MyMqttClient(String id, int…
-
# Environment
- Dart version (run `dart --version`):
2.18.2 (stable)
- OS kind and version (e.g. "Windows 10, version 1809" or "macOS 12.4"):
The base image in CI is cirrusci/flutter:3.3.4
…
-
I tried to connect to local Mosquitto Broker it has following config:
```
listener 1883
allow_anonymous true
listener 8080
protocol websockets
```
In flutter i tried to build a connection to th…
-
Hey, **this is not an issue**, I simply have some questions about how to connect an iOT device with a flutter app. I am completely new at MQTT but experienced in Flutter, Firebase and API calls.
**…