aciidgh / SwiftMQTT

MQTT Client in pure swift ❤️
MIT License
270 stars 71 forks source link

Publish String data #37

Closed kavin06 closed 5 years ago

kavin06 commented 5 years ago

Instead of Json I need to publish String data.Anyone can help me please

adolfo commented 5 years ago

@kavin06 you should be able to publish any String. Just take the data representation of the string and publish that.