novastone-media / MQTT-Client-Framework

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

Can I directly sendData of type Json String? #520

Closed xiujiekeman closed 5 years ago

xiujiekeman commented 5 years ago

Hello, our server needs me to directly send the Json String type of message, so I would like to ask the framework can directly transfer the String type, I can only pass the NSdata type so How can I change it.

xiujiekeman commented 5 years ago

My fault~~