-
Please fill out the form below before submitting, thank you!
- [ ] Bug exists Release Version 1.2.0 ( Master Branch)
- [x] Bug exists in MQTTv3 Client on Snapshot Version 1.2.1-SNAPSHOT (Develop B…
-
**Test setup**
mosquitto broker listening on 1883
websockify websocket to TCP bridge set up to bridge public-ip:9001 to localhost:1883
sample page subscribing to broker via mqttws31.js
**What happens*…
-
java.lang.RuntimeException:Error receiving broadcast Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } in org.eclipse.paho.android.service.MqttService$NetworkConnectionI…
-
_From @pavan2you on May 15, 2016 12:52_
```
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence$1) t…
-
- [x] Bug exists Release Version 1.1.1 (Java Repository Master Branch)
In my gradle file I have:
```compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.1-SNAPSHOT'```
```compile 'org.eclip…
-
Bug exists while using paho.client.mqttv3 Version 1.2.0 and paho.android.service Version 1.1.1
Bug is replicated in Android 8, 9 and 10
## Description of Bug:
MQTT Connection fail with code ECONN…
-
dependency
```gradle
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'
implementation('org.eclipse.paho:org.eclipse.paho.android.service:1.1.1') {
exclude module: 'sup…
-
### Expected behavior
When using moquette-io as embedded broker in application when invoking method `stopServer` from class `Server` it would be expected that all related threads are closing.
##…
-
A container issue to implement the [MQTT protocol binding](https://github.com/cloudevents/spec/blob/v1.0.1/mqtt-protocol-binding.md) for cloud events
-
it connects fine without ssl turned on both broker and sub sides. but with ssl turned on both side, getting "opening handshake canceled". debugger inside chrome shows it stops at
if (this.connectO…