davesters / rn-native-mqtt

An MQTT client for React Native that actually works and exposes a simple Javascript interface
MIT License
64 stars 44 forks source link

iOS client not disconnected #1

Closed KigoZou closed 5 years ago

KigoZou commented 5 years ago

运行 client.close() 报错:client not disconnected

davesters commented 5 years ago

Hi there. You need to call client.disconnect() before you can call client.close().