shehankonecranes / sp-react-native-mqtt

MQTT Client native module for react-native
68 stars 55 forks source link

Add '-' to createClient options.url pattern #3

Closed powerm90 closed 3 years ago

powerm90 commented 4 years ago

Hello! Shouldn't we include '-' in the pattern of options.url in the createClient API? Entering a URL that includes a '-' gives an error! For example mqtts://xxx-xxx.xxxxx.com

SudoPlz commented 3 years ago

Fixed by https://github.com/SudoPlz/sp-react-native-mqtt/pull/10