-
Here is my connection code in flutter (mqtt_client: ^3.3.4):
**Code:**
```dart
...
_client = MqttClient(
"wss://${mqttServer}/mqtt",
clientId,
);
_client.port = 443;
_client.useWebSocke…
tje3d updated
5 years ago
-
Sending 10000 bytes to mqtt_client running on flutter/android (With some `rethrow` put in the code to catch the real exception):
```dart
I/flutter ( 1319): Exception: mqtt_client::ByteBuffer: The …
-
final MqttClient client = new MqttClient("localhost", "");
I just replace the line of example, but connection refused. mqtt server is [EMQX](http://www.emqtt.com/)
```
I/flutter ( 1605): EXAMPL…
-
I would like to ask if there is any solution or package to support using Ably service in Flutter application? Appreciate for any helps.
-
I was looking for Flutter example for this package, but couldn't find one.
I don't know if this repo supports Flutter or not. At pub.dartlang.org it used to show flutter support but now it is unrec…
daadu updated
6 years ago
-
Using mqtt_client 3.1.0 with
```
Flutter 0.7.5 • channel dev • https://github.com/flutter/flutter.git
Framework • revision eab5cd9853 (7 days ago) • 2018-08-30 14:47:04 -0700
Engine • revision d…
-
I have this [issue](https://github.com/shamblett/mqtt_client/issues/34) raised on one of my packages. Basically its saying when data is received from, in this case an MQTT broker, Dart on the VM is OK…
-
when i'm use username and password to connect mqtt server, there is some errors, but i'm sure the username and password is correct.
and the mqtt.dart version is the last version: 1.1.2 and Flutter …
arden updated
6 years ago
-
I have some hours/days trying to implement the library in flutter, but I have not a success.
Always I Stuck at the same point.
In the log, these are the uniques printed lines that I can get with the…
-
The folliowing 3 (similar) warnings appear (Flutter dev 0.7.0, Dart 2.1.0-dev.1.0.flutter-69fce633b7, mqtt_client bd326b599db5d23d62023cfe83840aad12d5c2cd):
```
[...]/lib/src/connectionhandling/mqtt…