novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 464 forks source link

Can I directly sendData of type Json String? #519

Closed xiujiekeman closed 5 years ago

xiujiekeman commented 5 years ago

Hello, our server needs me to directly transfer the String type of message, so I would like to ask if the framework can directly transfer the String type, because I can only pass the NSdata type.