eclipse-paho / eclipse-paho/paho.mqtt.java
Derive IMqttClient and IMqttAsyncClient from java.lang.AutoCloseable
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
`java.lang.AutoCloseable` is required for `IMqttClient` and `IMqttAsyncClient` to be used with Java's try-with-resources statement.
Contributor guide
Assessment
This issue has not been assessed yet.