Hi, thank you for build this library.
Currently, don't have any library good enough to use MQTT in ReactNative. Some libraries are using native libraries (Object-C/Java) to implement then wrap APIs in Javascript (MQTT over TCP: https://github.com/davesters/rn-native-mqtt). Some libraries are fork from the unmaintained library and didn't update anymore (MQTT over Websocket: https://github.com/rh389/react-native-paho-mqtt).
Until I found your work!
Support RN is simple, they have WebSocket API implement. Only a few things need to do, implement UTF Encoder/Decoder, and URL polyfill (whatwg-url-without-unicode)
Hi, thank you for build this library.
Currently, don't have any library good enough to use MQTT in ReactNative. Some libraries are using native libraries (Object-C/Java) to implement then wrap APIs in Javascript (MQTT over TCP: https://github.com/davesters/rn-native-mqtt). Some libraries are fork from the unmaintained library and didn't update anymore (MQTT over Websocket: https://github.com/rh389/react-native-paho-mqtt).
Until I found your work!
Support RN is simple, they have WebSocket API implement. Only a few things need to do, implement UTF Encoder/Decoder, and URL polyfill (whatwg-url-without-unicode)