eclipse-paho / eclipse-paho/paho.mqtt.javascript
`reconnect` is an unknown property option for the connection method.
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to set the `reconnect` property to true, but the follow message appears.
```console
Error: Unknown property, reconnect. Valid properties are: timeout userName password willMessage keepAliveInterval cleanSession useSSL invocationContext onSuccess onFailure hosts ports mqttVersion
```
Is that property available in the current version? (1.0.3)
Contributor guide
Assessment
This issue has not been assessed yet.