-
Hi all. Thank you for this library. I have a question. Let say you connect to a broker in the cloud while you are on a wifi connection at home. And then you get in your car and drive off. The mobile d…
-
Hello my app uploaded to google play store. After few month, the user found out the app crash. And I look into it from the google play crash report and it shows as below. So is there any thing I can d…
-
In my app I am using API, which requires .pem certificates to work properly. They are set when my http client is initialized (method definition on a screenshot below).
![Снимок экрана 2021-05-07 в 09…
-
I have a flutter project where `CFBundleDisplayName` is not set manually - so it is empty. This led to a problem in the catcher plugin because there the `appName` is null - which is derived from packa…
-
Hi all,
I inserted in my flutter app the basic code I found in the documentation page to receive a message after a subscription.
I needed to insert small modifications in the code, i guess it is cau…
-
Hello Everyone ,I'm a new flutter .I have some problem that my device are low or something and then I've just changed the architecture from standard to armv7f . when I've run my project with Xcode, th…
-
this is setting.
![image](https://user-images.githubusercontent.com/36600238/120466707-f3280700-c3d1-11eb-85a1-6a1dfaf4c87d.png)
when i use connect(). it will diconnected at once.
can u help m. …
-
I'm using a list of connections to connect to many brokers in my local network (Each Broker is a device).
When i unplug power from one device (to simulate a connection loss) none of my callbacks run …
-
Hey,
I'm unable to connect MQTT Box using wss
what I have tried =>
MqttServerClient client = MqttServerClient("wss://xyz.com/mqtt", 'Client_'+ DateTime.now().millisecon…
-
IS there a way where we can auto connect to endpoint on app start???
I have tried this and these were my logs**
`class _MQTTViewState extends State {
final TextEditingController _hostTextContro…